Class: Lita::Handlers::Ovation
- Inherits:
-
Handler
- Object
- Handler
- Lita::Handlers::Ovation
- Defined in:
- lib/lita/handlers/ovation.rb
Instance Method Summary collapse
Instance Method Details
#ovation(r) ⇒ Object
9 10 11 |
# File 'lib/lita/handlers/ovation.rb', line 9 def ovation(r) r.reply format_ovation(r.matches[0][0]) end |