35 36 37 38 39
# File 'lib/simplexframe/simple_initializer.rb', line 35 def load_config # hard code config file name here @config_file = File.join @root, 'config', 'config.yml' $config = Config.new(@config_file).content end