Parent

Methods

LibXML::XML::Attributes

Public Instance Methods

to_h() click to toggle source
    # File lib/libxml/attributes.rb, line 6
 6:       def to_h
 7:         inject({}) do |hash, attr|
 8:           hash[attr.name] = attr.value
 9:           hash
10:         end
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.