Flowdock
pipe?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/fileutils.rb, line 1159
    def pipe?
      s = lstat!
      s and s.pipe?
    end
Register or log in to add new notes.