class Dependabot::Uv::FileFetcher

def cleanpath(path)

def cleanpath(path)
  Pathname.new(path).cleanpath.to_path
end