class Cucumber::Core::Test::Runner

def around_hook(hook, &continue)

def around_hook(hook, &continue)
  hook.call(continue)
  self
end