Exception: TypeError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



170
171
172
173
# File 'lib/tyler.rb', line 170

def to_s
  responses = ["Wrong. Just wrong.", "Are you touched in the head or what?"]
  return responses[rand(responses.length-1)]
end