method

new

new(xml, disallowed_types = nil)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 131
    def initialize(xml, disallowed_types = nil)
      @xml = normalize_keys(XmlMini.parse(xml))
      @disallowed_types = disallowed_types || DISALLOWED_TYPES
    end