class Psych::Handler

def end_document implicit

+implicit+ will be false.

...
hello world
---

+implicit+ will be true. Given this YAML:

hello world
---

Given the following YAML:

=== Example

whether or not the document has an implicit ending.
Called with the document ends. +implicit+ is a boolean value indicating
##
def end_document implicit
end