module Roda::RodaPlugins::UnescapePath::RequestMethods

def _remaining_path(env)

Unescape the path.
def _remaining_path(env)
  Rack::Utils.unescape(super)
end