Method: XmlSimple.xml_out

Defined in:
lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb

.xml_out(hash, options = nil) ⇒ Object

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 257

def XmlSimple.xml_out(hash, options = nil)
  xml_simple = XmlSimple.new
  xml_simple.xml_out(hash, options)
end