class Cucumber::Cli::Configuration

def to_hash

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