Module: HashUtils
- Defined in:
- lib/hashutils.rb
Class Method Summary collapse
Class Method Details
.from_xml(xml) ⇒ Object
4 5 6 7 8 |
# File 'lib/hashutils.rb', line 4 def self::from_xml(xml) out = {} out.from_xml(xml) out end |
4 5 6 7 8 |
# File 'lib/hashutils.rb', line 4 def self::from_xml(xml) out = {} out.from_xml(xml) out end |