class Cucumberator::Commands::Exit

Public Class Methods

perform(*args, &block) click to toggle source

return value - wants to quit?

# File lib/cucumberator/commands/exit.rb, line 5
def perform(*args, &block)
  true
end