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