Exception: IOError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



72
73
74
75
# File 'lib/tyler.rb', line 72

def to_s
  responses = ["I've got nothing."]
  return responses[rand(responses.length-1)]
end