Module: SmartCore::Operation::Interface::DI
- Included in:
- SmartCore::Operation
- Defined in:
- lib/smart_core/operation/interface/di.rb
Overview
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.
12 13 14 |
# File 'lib/smart_core/operation/interface/di.rb', line 12 def included(base_klass) base_klass.include(::SmartCore::Injection) end |