Exception: SystemStackError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
156 157 158 159 |
# File 'lib/tyler.rb', line 156 def to_s responses = ["I've got nothing."] return responses[rand(responses.length-1)] end |