end_document(implicit)
Instance Public methods
Called with the document ends. implicit
is a boolean value
indicating whether or not the document has an implicit ending.
Example
Given the following YAML:
--- hello world
implicit
will be true. Given this YAML:
--- hello world ...
implicit
will be false.
Please login to continue.