class Bundler::FileUtils::Entry_

def symlink?

def symlink?
  s = lstat!
  s and s.symlink?
end