class Cucumber::Runtime

def before(scenario) #:nodoc:

:nodoc:
def before(scenario) #:nodoc:
  return if @configuration.dry_run? || @current_scenario
  @current_scenario = scenario
  @support_code.fire_hook(:before, scenario)
end