This is the functional version of the instance method xml_in.
Source Code
# File active_support/vendor/xml-simple-1.0.11/xmlsimple.rb, line 201 def XmlSimple.xml_in(string = nil, options = nil) xml_simple = XmlSimple.new xml_simple.xml_in(string, options) end
<code/>and<pre/>for code samples.