# File lib/action_controller/vendor/rack-1.0/rack/utils.rb, line 227 def merge!(other) other.each { |k, v| self[k] = v } self end