Class: Lennarb::Config
- Inherits:
-
SuperConfig::Base
- Object
- SuperConfig::Base
- Lennarb::Config
- Defined in:
- lib/lennarb/config.rb
Overview
The configuration for the application. It uses SuperConfig to define the configuration.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
8 9 10 11 |
# File 'lib/lennarb/config.rb', line 8 def initialize(**) block = proc { true } super(**, &block) end |