class Ruboty::Handlers::NoMoreBocchi

Public Instance Methods

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