Class: Lita::Handlers::Wotd
- Inherits:
-
Handler
- Object
- Handler
- Lita::Handlers::Wotd
- Defined in:
- lib/lita/handlers/wotd.rb
Instance Method Summary collapse
Instance Method Details
#wotd(response) ⇒ Object
12 13 14 |
# File 'lib/lita/handlers/wotd.rb', line 12 def wotd(response) response.reply(the_word) end |