class Ruboty::Handlers::Gekiron

Public Instance Methods

topic(message) click to toggle source
# File lib/ruboty/handlers/gekiron.rb, line 17
def topic(message)
  Ruboty::Gekiron::Actions::Topic.new(message).call
end