module Psych::JSON::YAMLEvents

def end_document implicit_end = !streaming?

def end_document implicit_end = !streaming?
  super(implicit_end)
end