module Roda::RodaPlugins::Base::RequestMethods

def _remaining_path(env)

The base remaining path to use.
def _remaining_path(env)
  env["PATH_INFO"]
end