Exception: Exception

Defined in:
lib/tyler.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



2
3
4
5
# File 'lib/tyler.rb', line 2

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