# File lib/warden/config.rb, line 108 def deep_dup(key, other) self[key] = hash = other[key].dup hash.each { |k, v| hash[k] = v.dup } end