module Medicine
Constants
- DependencyUnknownError
- NoDefault
- NoDefaultError
- NoInjectionError
- RequiredDependencyError
- UnknownDependency
- VERSION
Public Class Methods
di()
click to toggle source
returns the {Medicine::DI} module
@example
class MyCommand include Medicine.di end
@api public
# File lib/medicine.rb, line 14 def self.di DI end