module Roda::RodaPlugins::RelativePath::InstanceMethods
def relative_path(absolute_path)
Return a relative path for the absolute path based on the current path
def relative_path(absolute_path) relative_prefix + absolute_path end
def relative_path(absolute_path) relative_prefix + absolute_path end