Module: DevSuite::Utils::Construct::Component::Manager
- Included in:
- DirectoryTree::Builder, DirectoryTree::Renderer, DirectoryTree::Visualizer, Performance::Profiler, Performance::Reporter, RequestLogger::Adapter, RequestLogger::Extractor, DevSuite::Utils::Color::Palette, DevSuite::Utils::Color::Strategy, FileLoader::Loader, Store::Driver, Table::Renderer, Workflow::Step
- Defined in:
- lib/dev_suite/utils/construct/component/manager.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
9 10 11 |
# File 'lib/dev_suite/utils/construct/component/manager.rb', line 9 def included(base) base.extend(ClassMethods) end |