Method: Cucumber::Hooks.around_hook
- Defined in:
- lib/cucumber/hooks.rb
permalink .around_hook(&block) ⇒ Object
[View source] [View on GitHub]
26 27 28 |
# File 'lib/cucumber/hooks.rb', line 26 def around_hook(&block) Core::Test::AroundHook.new(&block) end |