# File lib/action_dispatch/middleware/static.rb, line 36 def unescape_path(path) URI.parser.unescape(path) end