Class: ConfigReader::FlatConfigReader

Inherits:
Hashie::Mash
  • Object
show all
Includes:
FileLoading
Defined in:
lib/configreader/flat_configreader.rb

Instance Method Summary collapse

Methods included from FileLoading

#load_config

Constructor Details

#initialize(config) ⇒ FlatConfigReader

Returns a new instance of FlatConfigReader.



7
8
9
# File 'lib/configreader/flat_configreader.rb', line 7

def initialize(config)
  super(load_config(config))
end