module Roda::RodaPlugins::StripPathPrefix::ClassMethods
def expand_path(path, root=opts[:root])
Strip the path prefix from the gien path if it starts with the prefix.
def expand_path(path, root=opts[:root]) super.sub(opts[:strip_path_prefix], '') end