method
end_document
end_document()
public
Hide source
# File activesupport/lib/active_support/xml_mini/nokogirisax.rb, line 32 def end_document raise "Parse stack not empty!" if @hash_stack.size > 1 end


