Method: Brine::Selecting#select_any
- Defined in:
- lib/brine/selecting.rb
#select_any(target, negated = nil) ⇒ Object
Activate a Selector for any of the children of the provided target.
118 119 120 |
# File 'lib/brine/selecting.rb', line 118 def select_any(target, negated=nil) use_selector(AnySelector.new(target, negated)) end |