instance method
end_document
Ruby on Rails 6.0.6
Since v2.3.18Signature
end_document()
No documentation comment.
Source
# 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
Defined in activesupport/lib/active_support/xml_mini/nokogirisax.rb line 33
· View on GitHub
· Improve this page
· Find usages on GitHub