moduleGitlabmoduleGitclassPathHelperclass<<selfdefnormalize_path(filename)# Strip all leading slashes so that //foo -> foofilename[/^\/*/]=''# Expand relative paths (e.g. foo/../bar)filename=Pathname.new(filename)filename.relative_path_from(Pathname.new(''))endendendendend