Class: MonoRepoDeps::Config::Manager
- Inherits:
-
Object
- Object
- MonoRepoDeps::Config::Manager
- Includes:
- Deps[ config_loader: "config.loader" ], Mixins
- Defined in:
- lib/mono_repo_deps/config/manager.rb
Constant Summary collapse
- Inject =
MonoRepoDeps::Deps[ config_loader: "config.loader" ]
Instance Method Summary collapse
Methods included from Mixins
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method_name, *args) ⇒ Object
17 18 19 |
# File 'lib/mono_repo_deps/config/manager.rb', line 17 def method_missing(method_name, *args) config_loader.call(method_name) end |