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