Method: NameError#to_s

Defined in:
lib/tyler.rb

#to_sObject



100
101
102
103
# File 'lib/tyler.rb', line 100

def to_s
  responses = ["Wrong! Ha. Ha ha. I'm not laughing at you, I mean, well, yes I am."]
  return responses[rand(responses.length-1)]
end