class Ruboty::Handlers::Gengo

Public Instance Methods

gengo(message) click to toggle source
# File lib/ruboty/handlers/gengo.rb, line 6
def gengo(message)
  Ruboty::Gengo::Actions::Gengo.new(message).call
end