module Cucumber::Hooks

def around_hook(&block)

def around_hook(&block)
  Core::Test::AroundHook.new(&block)
end