Exception: FloatDomainError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
121 122 123 124 |
# File 'lib/tyler.rb', line 121 def to_s responses = ["I've got nothing."] return responses[rand(responses.length-1)] end |