lib/jets/rule/base.rb in jets-4.0.12 vs lib/jets/rule/base.rb in jets-5.0.0.beta1

- old
+ new

@@ -6,9 +6,10 @@ # Both Jets::Rule::Base and Jets::Lambda::Functions have Dsl modules included. # So the Jets::Rule::Dsl overrides some of the Jets::Lambda::Functions behavior. module Jets::Rule class Base < Jets::Lambda::Functions include Dsl + prepend Jets::ExceptionReporting::Process class << self def process(event, context, meth) job = new(event, context, meth) job.send(meth)