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

Adding `Dry::Container::Mixin#each` #30

Closed jeremyf closed 7 years ago

jeremyf commented 7 years ago

In discussions with other developers, it was felt that being able to iterate over not just the registered keys, but to see what was registered would be very helpful. This is a step toward doing that.

AMHOL commented 7 years ago

Thanks @jeremyf

solnic commented 7 years ago

73727711

;)

AMHOL commented 7 years ago

@solnic done