class Cucumber::Configuration

def dry_run?

def dry_run?
  @options[:dry_run]
end