# File lib/rack/utils.rb, line 346 346: def merge(other) 347: hash = dup 348: hash.merge! other 349: end