Exception: ZeroDivisionError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



177
178
179
180
# File 'lib/tyler.rb', line 177

def to_s
  responses = ["Dividing by zero. Who the fuck do you think you are?"]
  return responses[rand(responses.length-1)]
end