module Roda::RodaPlugins::StripPathPrefix::ClassMethods
def expand_path(path, root=opts[:root])
def expand_path(path, root=opts[:root]) super.sub(opts[:strip_path_prefix], '') end
def expand_path(path, root=opts[:root]) super.sub(opts[:strip_path_prefix], '') end