Class: Brine::Selecting::AllSelector
- Defined in:
- lib/brine/selecting.rb
Overview
Define a Selector which will test whether all of the children of the targeted value satisfy the assertion.
Constant Summary
Constants included from ParameterTransforming
ParameterTransforming::DATE, ParameterTransforming::MILLIS, ParameterTransforming::TIME, ParameterTransforming::TZ
Instance Attribute Summary
Attributes inherited from Selector
Instance Method Summary collapse
Methods inherited from Selector
Methods included from ParameterTransforming
#expand, #parameter_transformers, #transformed_parameter
Constructor Details
This class inherits a constructor from Brine::Selecting::Selector
Instance Method Details
permalink #filter_matcher(matcher) ⇒ Object
[View source]
97 98 99 |
# File 'lib/brine/selecting.rb', line 97 def filter_matcher(matcher) all(matcher) end |