Class: Ruboty::Handlers::Gengo

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/handlers/gengo.rb

Instance Method Summary collapse

Instance Method Details

#gengo(message) ⇒ Object



6
7
8
# File 'lib/ruboty/handlers/gengo.rb', line 6

def gengo(message)
  Ruboty::Gengo::Actions::Gengo.new(message).call
end