colors

colors(*list) Instance Public methods Alias for: colours

cert_path

cert_path(certificate) Instance Public methods Returns the path to the trusted certificate

merge

merge(p1) Instance Public methods Alias for: configure

inherited

inherited(klass) Class Public methods

add_index_options

add_index_options(table_name, column_name, options = {}) Instance Protected methods

oid=

attr.oid = string => string Instance Public methods

selectNodes

selectNodes(arg0) Instance Public methods IXMLDOMNodeList selectNodes execute query on the subtree BSTR arg0 --- queryString [IN]

open

open(uri, config) Class Public methods Return an DRb::DRbSSLSocket instance as a client-side connection, with the SSL connected. This is called from DRb.start_service or while connecting to a remote object: DRb.start_service 'drbssl://localhost:0', front, config uri is the URI we are connected to, 'drbssl://localhost:0' above, config is our configuration. Either a Hash or DRb::DRbSSLSocket::SSLConfig

remove_index

remove_index(table_name, options = {}) Instance Public methods Removes the given index from the table. Removes the index_accounts_on_column in the accounts table. remove_index :accounts, :column Removes the index named index_accounts_on_branch_id in the accounts table. remove_index :accounts, column: :branch_id Removes the index named index_accounts_on_branch_id_and_party_id in the accounts table. remove_index :accounts, column: [:branch_id, :party_id] Removes the index named by

search

search(meth, base, *rest) Instance Public methods