Module LibXML::Conversions::Document
In: vendor/rails/activesupport/lib/active_support/xml_mini/libxml.rb

Methods

to_hash  

Public Instance methods

[Source]

    # File vendor/rails/activesupport/lib/active_support/xml_mini/libxml.rb, line 27
27:       def to_hash
28:         root.to_hash
29:       end

[Validate]