# File lib/rack/utils.rb, line 351 351: def merge(other) 352: hash = dup 353: hash.merge! other 354: end