7c2f943c15
Needle is a Dependency Injection/Inversion of Control container for Ruby. It supports both type-2 (setter) and type-3 (constructor) injection. It takes advantage of the dynamic nature of Ruby to provide a rich and flexible approach to injecting dependencies.
4 lines
261 B
Text
4 lines
261 B
Text
Needle is a Dependency Injection/Inversion of Control container for
|
|
Ruby. It supports both type-2 (setter) and type-3 (constructor)
|
|
injection. It takes advantage of the dynamic nature of Ruby to provide
|
|
a rich and flexible approach to injecting dependencies.
|