instance method
on_end_document
Ruby on Rails 6.1.7.10
Since v2.3.18Signature
on_end_document()
No documentation comment.
Source
# File activesupport/lib/active_support/xml_mini/libxmlsax.rb, line 30
def on_end_document
@hash = @hash_stack.pop
@hash.delete(CONTENT_KEY)
end
Defined in activesupport/lib/active_support/xml_mini/libxmlsax.rb line 30
· View on GitHub
· Improve this page
· Find usages on GitHub