module Roda::RodaPlugins::RelativePath::InstanceMethods

def relative_path(absolute_path)

of the request by adding the appropriate prefix.
Return a relative path for the absolute path based on the current path
def relative_path(absolute_path)
  relative_prefix + absolute_path
end