Class: Cucumber::Core::Test::Action::Unskippable

Inherits:
Defined
  • Object
show all
Defined in:
lib/cucumber/core/test/action/unskippable.rb

Instance Attribute Summary

Attributes inherited from Defined

#location

Instance Method Summary collapse

Methods inherited from Defined

#execute, #initialize, #inspect

Constructor Details

This class inherits a constructor from Cucumber::Core::Test::Action::Defined

Instance Method Details

#skip(*args) ⇒ Object



11
12
13
# File 'lib/cucumber/core/test/action/unskippable.rb', line 11

def skip(*args)
  execute(*args)
end