Exception: SecurityError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
142 143 144 145 |
# File 'lib/tyler.rb', line 142 def to_s responses = ["I've got nothing."] return responses[rand(responses.length-1)] end |