Class: Ruboty::Handlers::Yes

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

Instance Method Summary collapse

Instance Method Details

#yes(message) ⇒ Object



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

def yes(message)
  Ruboty::Yes::Actions::Yes.new(message).call
end