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