class Bundler::FileUtils::Entry_

def check_have_lchown?

def check_have_lchown?
  return false unless File.respond_to?(:lchown)
  File.lchown nil, nil
  return true
rescue NotImplementedError
  return false
end