# File lib/rack/utils.rb, line 353
def
to_hash
hash
= {}
each
{
|
k
,
v
|
hash
[
k
] =
v
}
hash
end