method

pipe?

v1_9_3_125 - Show latest stable - Class: FileUtils::Entry_
pipe?()
public

No documentation available.

# File lib/fileutils.rb, line 1263
    def pipe?
      s = lstat!
      s and s.pipe?
    end