Class: Ruboty::Handlers::Noma
- Inherits:
-
Base
- Object
- Base
- Ruboty::Handlers::Noma
- Defined in:
- lib/ruboty/handlers/noma.rb
Instance Method Summary collapse
Instance Method Details
#noma(message) ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/ruboty/handlers/noma.rb', line 10 def noma() [:count].to_i.times do robot.receive( .original.merge(body: "#{message.body[prefix]}#{message[:body]}") ) end end |