Class: Mona::Config::Manager

Inherits:
Object
  • Object
show all
Includes:
Deps[ config_loader: "config.loader" ], Mixins
Defined in:
lib/mona/config/manager.rb

Constant Summary collapse

Inject =
Mona::Deps[
  config_loader: "config.loader"
]

Instance Method Summary collapse

Methods included from Mixins

included

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