Class: Cucumberator::Commands::Exit

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumberator/commands/exit.rb

Class Method Summary collapse

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