Exception: NotImplementedError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
30 31 32 33 |
# File 'lib/tyler.rb', line 30 def to_s responses = ["Are you using Windows? You're using Windows, aren't you?"] return responses[rand(responses.length-1)] end |