# File lib/rack/utils.rb, line 33
def
escape_path
(
s
)
escape
(
s
).
gsub
(
'+'
,
'%20'
)
end