class Cucumber::Core::Test::Mapper::StepMapper::DSL

def map(&block)

 Define the step with a block of code to be executed
def map(&block)
  mapper.test_step = mapper.test_step.with_mapping(&block)
  self
end