class ConfigReader::FlatConfigReader

Public Class Methods

new(config) click to toggle source
Calls superclass method
# File lib/configreader/flat_configreader.rb, line 7
def initialize(config)
  super(load_config(config))
end