write

write( output, indent=0, transitive=false, ie_hack=false ) Instance Public methods output Where to write the string indent An integer. If -1, no indentation will be used; otherwise, the indentation will be this number of spaces, and children will be indented an additional amount. transitive Ignored ie_hack Ignored

validates_with

validates_with(*args, &block) Instance Public methods Passes the record off to the class or classes specified and allows them to add errors based on more complex conditions. class Person include ActiveModel::Validations validates_with MyValidator end class MyValidator < ActiveModel::Validator def validate(record) if some_complex_logic record.errors.add :base, 'This record is invalid' end end private def some_complex_logic # ... end end

verify

verify(p1, p2, p3 = v3) Instance Public methods

special_prefixes

Readline.special_prefixes â string Class Public methods Gets the list of characters that are word break characters, but should be left in text when it is passed to the completion function. See GNU Readline's rl_special_prefixes variable. Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.

-

fix - numeric â numeric_result Instance Public methods Performs subtraction: the class of the resulting object depends on the class of numeric and on the magnitude of the result.

instance_eval

instance_eval(*args, &b) Instance Public methods Also aliased as: __instance_eval

connection_config

connection_config() Instance Public methods Returns the configuration of the associated connection as a hash: ActiveRecord::Base.connection_config # => {pool: 5, timeout: 5000, database: "db/development.sqlite3", adapter: "sqlite3"} Please use only for reading.

method_missing

method_missing(cmd, *arg) Instance Public methods

nodeTypeString

nodeTypeString() Instance Public methods BSTR nodeTypeString the type of node in string form

procedure_type=

procedure_type=(cmd) Instance Public methods Alias for: set_procedure_type