# File lib/rack/utils.rb, line 356 356: def replace(other) 357: clear 358: other.each { |k, v| self[k] = v } 359: self 360: end