Class: Mona::Config::Manager
- Inherits:
-
Object
- Object
- Mona::Config::Manager
- Includes:
- Deps[ config_loader: "config.loader" ], Mixins
- Defined in:
- lib/mona/config/manager.rb
Constant Summary collapse
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/mona/config/manager.rb', line 17 def method_missing(method_name, *args) config_loader.call(method_name) end |