Exception: ScriptError
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
16 17 18 19 |
# File 'lib/tyler.rb', line 16 def to_s responses = ["I've got nothing."] return responses[rand(responses.length-1)] end |
16 17 18 19 |
# File 'lib/tyler.rb', line 16 def to_s responses = ["I've got nothing."] return responses[rand(responses.length-1)] end |