class Cucumber::Cli::Configuration

def to_hash

def to_hash
  Hash.try_convert(@options).merge(out_stream: @out_stream, error_stream: @error_stream)
end