Exception: NotImplementedError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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