class Cucumberator::Commands::ExitAll
Public Class Methods
perform(*args, &block)
click to toggle source
return value - wants to quit?
# File lib/cucumberator/commands/exit_all.rb, line 5 def perform(*args, &block) Cucumber.wants_to_quit = true true end