# File lib/graster.rb, line 98 def merge_config h @config ||= DEFAULTS.dup h.each {|k,v| @config[k] = v if DEFAULTS[k] } update_config return h end