module Psych::JSON::YAMLEvents
def start_document version, tag_directives, implicit
def start_document version, tag_directives, implicit super(version, tag_directives, !streaming?) end
def start_document version, tag_directives, implicit super(version, tag_directives, !streaming?) end