Class: Lita::Handlers::Wotd

Inherits:
Handler
  • Object
show all
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