class Bundler::FileUtils::Entry_

def check_have_lchmod?

def check_have_lchmod?
  return false unless File.respond_to?(:lchmod)
  File.lchmod 0
  return true
rescue NotImplementedError
  return false
end