method
on_end_document
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveSupport::XmlMini_LibXMLSAX::HashBuilder
on_end_document()
public
Hide 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


