method

end_document

end_document(implicit_end = !streaming?)
public

No documentation available.

# File ext/psych/lib/psych/handlers/document_stream.rb, line 16
      def end_document implicit_end = !streaming?
        @last.implicit_end = implicit_end
        @block.call pop
      end