class method
self.xml_in_string
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
self.xml_in_string(string, options = nil)
No documentation comment.
Parameters
-
stringreq -
optionsopt = nil
Source
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 22
def self.xml_in_string(string, options = nil)
new.xml_in_string(string, options)
end
Defined in activesupport/lib/active_support/core_ext/hash/conversions.rb line 22
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in XmlSimple