class Cucumber::Cli::Configuration

def initialize(out_stream = $stdout, error_stream = $stderr)

def initialize(out_stream = $stdout, error_stream = $stderr)
  @out_stream   = out_stream
  @error_stream = error_stream
  @options = Options.new(@out_stream, @error_stream, default_profile: 'default')
end