class Ruboty::Handlers::AlangGenerator

Public Instance Methods

alang(message) click to toggle source
# File lib/ruboty/handlers/alang_generator.rb, line 8
def alang(message)
  Ruboty::AlangGenerator::Actions::Generate.new(message).call
end