Class: Pal::Operation::Rule

Inherits:
Object
  • Object
show all
Defined in:
lib/pal/operation/filter_evaluator.rb

Direct Known Subclasses

GroupRule, OperatorRule

Instance Method Summary collapse

Instance Method Details

#evaluate(eval_ctx) ⇒ Object



64
65
66
# File 'lib/pal/operation/filter_evaluator.rb', line 64

def evaluate(eval_ctx)
  _evaluate(eval_ctx)
end