class Bundler::FileUtils::Entry_

def door?

def door?
  s = lstat!
  s and (s.mode & 0xF000 == S_IF_DOOR)
end