Class: Ruboty::Handlers::NoMoreBocchi

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

Instance Method Summary collapse

Instance Method Details

#no_more_bocchi(message) ⇒ Object



8
9
10
# File 'lib/ruboty/handlers/no_more_bocchi.rb', line 8

def no_more_bocchi(message)
  Ruboty::NoMoreBocchi::Actions::NoMoreBocchi.new(message).call
end