3 4 5
# File 'lib/core_ext/hash.rb', line 3 def from_minixml(xml) typecast_xml_value(unrename_keys(XmlMini.parse(xml))) end