module Roda::RodaPlugins::Base::RequestMethods

def real_remaining_path

it should override this method to return the untouched original.
An alias of remaining_path. If a plugin changes remaining_path then
def real_remaining_path
  remaining_path
end