Exception: NoMemoryError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



9
10
11
12
# File 'lib/tyler.rb', line 9

def to_s
  responses = ["I've got nothing.", "Fuggedaboudit.", "Amnesia, or are you just an idiot?"]
  return responses[rand(responses.length-1)]
end