specified

specified() Instance Public methods BOOL specified indicates whether node is a default value

exist?

exist?(item) Instance Public methods

continue_entry_body

continue_entry_body(entry_body, continuation) Instance Public methods Attaches the continuation of the previous line to the entry_body. Continued function listings are joined together as a single entry. Continued descriptions are joined to make a single paragraph.

to_s

to_s() Instance Public methods returns the domain name as a string. The domain name doesn't have a trailing dot even if the name object is absolute. Example: p Resolv::DNS::Name.create("x.y.z.").to_s #=> "x.y.z" p Resolv::DNS::Name.create("x.y.z").to_s #=> "x.y.z"

set_last_value

set_last_value(value) Instance Public methods Sets the return value from the last statement evaluated in this context to last_value. _set_last_value

mark_for_destruction

mark_for_destruction() Instance Public methods Marks this record to be destroyed as part of the parents save transaction. This does not actually destroy the record instantly, rather child record will be destroyed when parent.save is called. Only useful if the :autosave option on the parent is enabled for this associated model.

doc_dir

doc_dir(type = nil) Instance Public methods Returns the full path to this spec's documentation directory. If type is given it will be appended to the end. For examlpe: spec.doc_dir # => "/path/to/gem_repo/doc/a-1" spec.doc_dir 'ri' # => "/path/to/gem_repo/doc/a-1/ri"

create_entries

create_entries(entries) Instance Public methods Returns a list of ChangeLog entries an RDoc::Markup nodes for the given entries.

not_available

not_available() Class Public methods

column

column(master, index, keys=nil) Class Public methods