module Gherkin

def self.from_sources(sources, options={})

def self.from_sources(sources, options={})
  Stream::ParserMessageStream.new(
      [],
      sources,
      options
  ).messages
end