Class: Cucumberator::Commands::Exit
- Inherits:
-
Object
- Object
- Cucumberator::Commands::Exit
- Defined in:
- lib/cucumberator/commands/exit.rb
Class Method Summary collapse
-
.perform(*args, &block) ⇒ Object
return value - wants to quit?.
Class Method Details
.perform(*args, &block) ⇒ Object
return value - wants to quit?
5 6 7 |
# File 'lib/cucumberator/commands/exit.rb', line 5 def perform(*args, &block) true end |