class Bundler::FileUtils::Entry_

def pipe?

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