class Cucumber::Cli::Options

def self.parse(args, out_stream, error_stream, options = {})

def self.parse(args, out_stream, error_stream, options = {})
  new(out_stream, error_stream, options).parse!(args)
end