definition

definition() Instance Public methods IXMLDOMNode definition pointer to the definition of the node in the DTD or schema

aliases 2

aliases(slave = '') Instance Public methods

nodeName

nodeName() Instance Public methods BSTR nodeName name of the node

==

==( other ) Instance Public methods Returns true if other is an Attribute and has the same name and value, false otherwise.

_IP_TABLE

_IP_TABLE() Class Public methods

+

+(enum) Instance Public methods Alias for: |

accept

accept(visitor) Instance Public methods Calls accept_indented_paragraph on visitor

display_prerequisites

display_prerequisites() Instance Public methods Display the tasks and prerequisites

const_defined?

mod.const_defined?(sym, inherit=true) â true or false Instance Public methods Says whether mod or its ancestors have a constant with the given name: Float.const_defined?(:EPSILON) #=> true, found in Float itself Float.const_defined?("String") #=> true, found in Object (ancestor) BasicObject.const_defined?(:Hash) #=> false If mod is a Module, additionally Object and its ancestors are checked: Math.const_defined?(:String) #=> true, found in Object In ea

option_groups_from_collection_for_select

option_groups_from_collection_for_select(collection, group_method, group_label_method, option_key_method, option_value_method, selected_key = nil) Instance Public methods Returns a string of <option> tags, like options_from_collection_for_select, but groups them by <optgroup> tags based on the object relationships of the arguments. Parameters: collection - An array of objects representing the <optgroup> tags. group_method - The name of a method which, when call