class Cucumber::Core::Test::Step

def with_action(location = nil, &block)

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