class Nokogiri::XML::SAX::PushParser
def finish
⚠ Note that empty documents are treated as an error when using the libxml2-based
Nokogiri::XML::SAX::Document#end_document to be called.
Finish the parsing. This method is only necessary for
##
def finish write("", true) end