Exception: ZeroDivisionError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
177 178 179 180 |
# File 'lib/tyler.rb', line 177 def to_s responses = ["Dividing by zero. Who the fuck do you think you are?"] return responses[rand(responses.length-1)] end |