Module: Delight::Enumerator::SelectBy
- Defined in:
- lib/delight/enumerator/select_by.rb
Instance Method Summary collapse
Instance Method Details
#select_by ⇒ Object
4 5 6 7 8 |
# File 'lib/delight/enumerator/select_by.rb', line 4 def select_by(**) select do |element| collection_matcher(element, **) end end |