Class: Checkoff::SelectorClasses::Common::NilPFunctionEvaluator
- Inherits:
-
FunctionEvaluator
- Object
- FunctionEvaluator
- FunctionEvaluator
- Checkoff::SelectorClasses::Common::NilPFunctionEvaluator
- Defined in:
- lib/checkoff/internal/selector_classes/common.rb
Overview
:nil? function
Instance Method Summary collapse
Methods inherited from FunctionEvaluator
Methods inherited from FunctionEvaluator
Methods included from Logging
#debug, #error, #finer, #info, #logger, #warn
Constructor Details
This class inherits a constructor from Checkoff::SelectorClasses::Common::FunctionEvaluator
Instance Method Details
#evaluate(_resource, subvalue) ⇒ Boolean
68 69 70 |
# File 'lib/checkoff/internal/selector_classes/common.rb', line 68 def evaluate(_resource, subvalue) subvalue.nil? end |
#matches? ⇒ Boolean
61 62 63 |
# File 'lib/checkoff/internal/selector_classes/common.rb', line 61 def matches? fn?(selector, :nil?) end |