Class: Lita::Handlers::Parrot

Inherits:
Handler
  • Object
show all
Defined in:
lib/lita/handlers/parrot.rb

Instance Method Summary collapse

Instance Method Details

#parrot(r) ⇒ Object



9
10
11
# File 'lib/lita/handlers/parrot.rb', line 9

def parrot(r)
  r.reply format_parrot(r.matches[0][0])
end