injectable icon indicating copy to clipboard operation
injectable copied to clipboard

Opinionated and declarative Dependency Injection library for ruby.

Results 3 injectable issues
Sort by recently updated
recently updated
newest added

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: ````...

bug
invalid
question

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...

enhancement
Needs Review