class Cucumber::Core::Test::Action::Undefined
def execute(*)
def execute(*) undefined end
def initialize(source_location)
def initialize(source_location) @location = source_location end
def skip(*)
def skip(*) undefined end
def undefined
def undefined Result::Undefined.new end