Method: Jets::Rule::Base.process
- Defined in:
- lib/jets/rule/base.rb
.process(event, context, meth) ⇒ Object
13 14 15 16 |
# File 'lib/jets/rule/base.rb', line 13 def process(event, context, meth) job = new(event, context, meth) job.send(meth) end |