module Cucumber::Glue::Dsl
def Around(*tag_expressions, name: nil, &proc)
blocks in 1.8), on which it should call the .call method. You can register
argument (but passed as a regular argument, since blocks cannot accept
should accept two arguments: two arguments: the scenario and a "block"
Registers a proc that will be wrapped around each scenario. The proc
def Around(*tag_expressions, name: nil, &proc) Dsl.register_rb_hook('around', tag_expressions, proc, name: name) end