class EventStreamParser::Parser

def stream

def stream
  proc { |chunk| feed(chunk) { |*args| yield(*args) } }
end