method
end_document
v2_6_3 -
Show latest stable
- Class:
Psych::JSON::YAMLEvents
end_document(implicit_end = !streaming?)public
No documentation available.
# File ext/psych/lib/psych/json/yaml_events.rb, line 9
def end_document implicit_end = !streaming?
super(implicit_end)
end