class Cucumber::Core::Test::Action

def initialize(&block)

def initialize(&block)
  raise ArgumentError, "Passing a block to execute the mapping is mandatory." unless block
  @block = block
  @timer = Timer.new
end