Class: SimpleConfig::Manager
Instance Method Summary collapse
- #for(config_name, &block) ⇒ Object
-
#initialize ⇒ Manager
constructor
A new instance of Manager.
Constructor Details
#initialize ⇒ Manager
Returns a new instance of Manager.
25 26 27 |
# File 'lib/simple_config.rb', line 25 def initialize @configs = {} end |