Method: Psych::JSON::YAMLEvents#start_document
- Defined in:
- lib/psych/json/yaml_events.rb
#start_document(version, tag_directives, implicit) ⇒ Object
5 6 7 |
# File 'lib/psych/json/yaml_events.rb', line 5 def start_document version, tag_directives, implicit super(version, tag_directives, !streaming?) end |