Exception: RangeError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
114 115 116 117 |
# File 'lib/tyler.rb', line 114 def to_s responses = ["I've got nothing.", "Counting. You're doing it wrong."] return responses[rand(responses.length-1)] end |