Class: Lennarb::Config

Inherits:
SuperConfig::Base
  • Object
show all
Defined in:
lib/lennarb/config.rb

Overview

The configuration for the application. It uses SuperConfig to define the configuration.

Instance Method Summary collapse

Constructor Details

#initializeConfig

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