class Bundler::FileUtils::Entry_

def remove_file

def remove_file
  platform_support {
    File.unlink path
  }
end