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