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