30 31 32 33 34
# File 'lib/taskish/app.rb', line 30 def abort(message = nil) warn "ERROR: #{message}" if message warn self.usage false end