method
start_document
v2_2_9 -
Show latest stable
- Class:
Psych::JSON::YAMLEvents
start_document(version, tag_directives, implicit)public
No documentation available.
# File ext/psych/lib/psych/json/yaml_events.rb, line 4
def start_document version, tag_directives, implicit
super(version, tag_directives, !streaming?)
end