Modules: Nestful, Tc4r
20 21 22 23 24 25 26
# File 'lib/tc4r_base.rb', line 20 def load_config(file) if File.exist? File.expand_path(file) return Tc4r::Helpers.symbolize(YAML.load(File.read(File.expand_path(file)))) else abort ("Configuration file does not exist #{file}") end end