static public Method

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

This is the functional version of the instance method xml_in.

Source Code

# File 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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.