# File lib/cucumber/language_support/language_methods.rb, line 7 def around(scenario) execute_around(scenario) do yield end end