dry-rb / dry-auto_inject

Container-agnostic constructor injection mixin

Home Page:https://dry-rb.org/gems/dry-auto_inject/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create initializers with explicit arguments if the super initializer takes none

timriley opened this issue · comments

This will help reduce surprise when people pass unknown args and don't see an expected error.