Method: Psych::Handlers::DocumentStream#end_document
- Defined in:
- lib/psych/handlers/document_stream.rb
#end_document(implicit_end = !streaming?) ⇒ Object
17 18 19 20 |
# File 'lib/psych/handlers/document_stream.rb', line 17 def end_document implicit_end = !streaming? @last.implicit_end = implicit_end @block.call pop end |