[] 2

ary[index] â obj or nilary[start, length] â new_ary or nilary[range] â new_ary or nilary.slice(index) â obj or nilary.slice(start, length) â new_ary or nilary.slice(range) â new_ary or nil Instance Public methods Element Reference â Returns the element at index, or returns a subarray starting at the start index and continuing for length elements, or returns a subarray specified by range of indices. Negative indices co

complete

complete(min_visibility) Instance Public methods Prepares the RDoc code object tree for use by a generator. It finds unique classes/modules defined, and replaces classes/modules that are aliases for another one by a copy with RDoc::ClassModule#is_alias_for set. It updates the RDoc::ClassModule#constant_aliases attribute of ârealâ classes or modules. It also completely removes the classes and modules that should be removed from the documentation and the methods that have a visibilit

set_value

set_value(val) Instance Public methods

hstore_to_string

hstore_to_string(object, array_member = false) Instance Public methods

methods

methods(all=true) Instance Public methods Returns the methods available to this delegate object as the union of this object's and _getobj_ methods.

height

height() Instance Public methods

bg_eval_proc 2

bg_eval_proc(*args) Instance Public methods Also aliased as: background_eval_proc, thread_eval_proc, bg_call, background_call

menuconfiginfo

menuconfiginfo(key=nil) Instance Public methods

each_element_with_attribute

each_element_with_attribute( key, value=nil, max=0, name=nil ) Instance Public methods Iterates through the child elements, yielding for each Element that has a particular attribute set. key the name of the attribute to search for value the value of the attribute max (optional) causes this method to return after yielding for this number of matching children name (optional) if supplied, this is an XPath that filters the children to check. doc = Document.new "<a>&

has_button

has_button(st=None) Instance Public methods Alias for: hasbutton