Module: SmartCore::Injection
- Defined in:
- lib/smart_core/injection.rb,
lib/smart_core/injection/errors.rb,
lib/smart_core/injection/version.rb
Overview
Defined Under Namespace
Modules: DSL Classes: Injector, Locator
Constant Summary collapse
- Error =
Class.new(SmartCore::Error)
- ArgumentError =
Class.new(SmartCore::ArgumentError)
- NoRegisteredContainersError =
Class.new(Error)
- VERSION =
'0.3.0'
Class Method Summary collapse
- .included(base_klass) ⇒ void private
Class Method Details
.included(base_klass) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
39 40 41 |
# File 'lib/smart_core/injection.rb', line 39 def included(base_klass) ::SmartCore::Injection::Injector::Modulizer.inject_to(base_klass) end |