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

Allow mixing String and Symbols when stubbing #42

Closed cthulhu666 closed 6 years ago

cthulhu666 commented 6 years ago

I found it confusing that stubbed containers behave differently than the real containers when mixing string and symbol keys.

GustavoCaso commented 6 years ago

@cthulhu666 Thank you so much ❤️