class Cucumber::Formatter::Message

def output_envelope(envelope)

def output_envelope(envelope)
  @io.write(envelope.to_json)
  @io.write("\n")
end