# File lib/cucumber/language_support/language_methods.rb, line 17 def before(scenario) begin_scenario(scenario) execute_before(scenario) end