Exception: TypeError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
170 171 172 173 |
# File 'lib/tyler.rb', line 170 def to_s responses = ["Wrong. Just wrong.", "Are you touched in the head or what?"] return responses[rand(responses.length-1)] end |