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