Class: Cucumberator::Commands::ExitAll
- Inherits:
-
Object
- Object
- Cucumberator::Commands::ExitAll
- Defined in:
- lib/cucumberator/commands/exit_all.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 8 |
# File 'lib/cucumberator/commands/exit_all.rb', line 5 def perform(*args, &block) Cucumber.wants_to_quit = true true end |