class method self.xml_in_string

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.2.3

Signature

self.xml_in_string(string, options = nil)

No documentation comment.

Parameters

string req
options opt = 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

Type at least 2 characters to search.

↑↓ navigate · open · esc close