Exception: NoMemoryError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |