class Cucumber::Core::Test::Step

def with_action(&block)

def with_action(&block)
  self.class.new(source, Test::Action.new(&block))
end