Exception: SyntaxError

Inherits:
Exception show all
Defined in:
lib/tyler.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



37
38
39
40
# File 'lib/tyler.rb', line 37

def to_s
  responses = ["I've got nothing.", "Lololololololwut", "Aw, how cute, you broke Ruby.", "Wow. I knew you were special, but wow."]
  return responses[rand(responses.length-1)]
end