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