Method: Dio::ModuleBase#inject
- Defined in:
- lib/dio/module_base.rb
#inject(target) ⇒ Object
Injects dependencies using the injector this module has.
27 28 29 |
# File 'lib/dio/module_base.rb', line 27 def inject(target) injector.inject(target) end |