class method self.xml_out

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.2.3

Signature

self.xml_out(hash, options = nil)

This is the functional version of the instance method xml_out.

Parameters

hash req
options opt = nil
Source
# File activesupport/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

Defined in activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb line 257 · View on GitHub · Improve this page · Find usages on GitHub

Defined in XmlSimple

Type at least 2 characters to search.

↑↓ navigate · open · esc close