Exception: RuntimeError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
135 136 137 138 |
# File 'lib/tyler.rb', line 135 def to_s responses = ["I've got nothing."] return responses[rand(responses.length-1)] end |