This is the functional version of the instance method xml_out.
257
258
259
260
# File 'lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb', line 257defXmlSimple.xml_out(hash,options=nil)xml_simple=XmlSimple.newxml_simple.xml_out(hash,options)end