class Cucumber::Core::Test::Mapper::StepMapper
def initialize(*)
def initialize(*) super @mapped_test_step = test_step end
def map(&block)
def map(&block) @mapped_test_step = test_step.map(&block) end
def initialize(*) super @mapped_test_step = test_step end
def map(&block) @mapped_test_step = test_step.map(&block) end