Method: ActiveSupport::XmlMini_NokogiriSAX::HashBuilder#start_document

Defined in:
activesupport/lib/active_support/xml_mini/nokogirisax.rb

#start_documentObject



28
29
30
31
# File 'activesupport/lib/active_support/xml_mini/nokogirisax.rb', line 28

def start_document
  @hash = {}
  @hash_stack = [@hash]
end