class Ruboty::Handlers::Yes
Public Instance Methods
yes(message)
click to toggle source
# File lib/ruboty/handlers/yes.rb, line 8 def yes(message) Ruboty::Yes::Actions::Yes.new(message).call end
# File lib/ruboty/handlers/yes.rb, line 8 def yes(message) Ruboty::Yes::Actions::Yes.new(message).call end