module Dependabot::Uv::NativeHelpers

def self.clean_path(path)

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