# File lib/active_support/core_ext/hash/conversions.rb, line 170 def from_xml(xml, disallowed_types = nil) typecast_xml_value(unrename_keys(XmlMini.parse(xml)), disallowed_types) end