class Cucumber::Runtime

def dry_run?

def dry_run?
  @configuration.dry_run?
end