dry-rb / dry-container

A simple, configurable object container implemented in Ruby
https://dry-rb.org/gems/dry-container
MIT License
335 stars 41 forks source link

Accept block given to `#merge` #83

Closed timriley closed 2 years ago

timriley commented 2 years ago

This will allow greater control to the caller over whether to favor new items or old items.