Method: Cucumber::Cli::Options.parse

Defined in:
lib/cucumber/cli/options.rb

.parse(args, out_stream, error_stream, options = {}) ⇒ Object



41
42
43
# File 'lib/cucumber/cli/options.rb', line 41

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