method

start_document

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