# File lib/rack/utils.rb, line 351 351: def replace(other) 352: clear 353: other.each { |k, v| self[k] = v } 354: self 355: end