method
from_xml
from_xml(xml)
public
Hide source
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 163 def from_xml(xml) typecast_xml_value(unrename_keys(XmlMini.parse(xml))) end


