Exception: EOFError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
79 80 81 82 |
# File 'lib/tyler.rb', line 79 def to_s responses = ["I've got nothing."] return responses[rand(responses.length-1)] end |
79 80 81 82 |
# File 'lib/tyler.rb', line 79 def to_s responses = ["I've got nothing."] return responses[rand(responses.length-1)] end |