class method self.xml_in

Ruby on Rails 2.2.3

Since v2.2.3 Last seen in v2.2.3

Signature

self.xml_in(string = nil, options = nil)

This is the functional version of the instance method xml_in.

Parameters

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

Type at least 2 characters to search.

↑↓ navigate · open · esc close