class Cucumber::Core::Test::AroundHook

def initialize(&block)

def initialize(&block)
  @block = block
  @timer = Timer.new
end