Exception: ArgumentError

Inherits:
Exception show all
Defined in:
lib/tyler.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



65
66
67
68
# File 'lib/tyler.rb', line 65

def to_s
  responses = ["I've got nothing.", "Wrong number of arguments. Can you even count?"]
  return responses[rand(responses.length-1)]
end