class method
self.xml_in
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
self.xml_in(string = nil, options = nil)
This is the functional version of the instance method xml_in.
Parameters
-
stringopt = nil -
optionsopt = nil
Source
# File activesupport/lib/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
Defined in activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb line 201
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in XmlSimple