Class: Cucumber::Core::Test::UnskippableAction
- Defined in:
- lib/cucumber/core/test/actions/unskippable_action.rb
Instance Method Summary collapse
Methods inherited from Action
#execute, #initialize, #inspect, #location
Constructor Details
This class inherits a constructor from Cucumber::Core::Test::Action
Instance Method Details
#skip(*args) ⇒ Object
10 11 12 |
# File 'lib/cucumber/core/test/actions/unskippable_action.rb', line 10 def skip(*args) execute(*args) end |