method
end_document
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::XmlMini_NokogiriSAX::HashBuilder
end_document()public
No documentation available.
# File activesupport/lib/active_support/xml_mini/nokogirisax.rb, line 33
def end_document
raise "Parse stack not empty!" if @hash_stack.size > 1
end