Method: Configy::ConfigFile#config

Defined in:
lib/configy/config_file.rb

#configObject



12
13
14
# File 'lib/configy/config_file.rb', line 12

def config
  ConfigStore.new(load_file).compile(@section)
end