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