Exception: NoMethodError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



107
108
109
110
# File 'lib/tyler.rb', line 107

def to_s
  responses = ["Undefined method. That thing you're trying to do... No."]
  return responses[rand(responses.length-1)]
end