# File lib/rack/utils.rb, line 346 346: def merge!(other) 347: other.each { |k, v| self[k] = v } 348: self 349: end