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