Class: Ruboty::Handlers::Choose

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

Instance Method Summary collapse

Instance Method Details

#choose(message) ⇒ Object



12
13
14
# File 'lib/ruboty/handlers/choose.rb', line 12

def choose(message)
  Ruboty::Choose::Actions::Choose.new(message).call
end