# File lib/rack/utils.rb, line 395 def replace(other) clear other.each { |k, v| self[k] = v } self end