# File lib/graster.rb, line 116 def try_load_config_file pn if File.exist?(pn) c = {} YAML.load_file(pn).each {|k,v| c[k.intern] = v } return c end end