injectable
injectable copied to clipboard
Opinionated and declarative Dependency Injection library for ruby.
Context --- Declarations of instance variables within a SO. Problem --- Instances variables are kept across SO invocation. It is only reproduce-able when an inline dependency is declared like: ````...
The following spec fails in master, I'm working on a fix, but it will be quite invasive (prepending modules generated at runtime, and aliasing the user-provided `:call` method so we...
Please, disregard the branch name 😮💨 ### Changes ### Add optional type checking to `argument` declarations ```rb argument :jarl, type: Chiquito argument :torpedo, type: Array, default: nil ``` ### Add...