method
pipe?
v2_6_3 -
Show latest stable
- Class:
FileUtils::Entry_
pipe?()public
No documentation available.
# File lib/fileutils.rb, line 1262
def pipe?
s = lstat!
s and s.pipe?
end pipe?()No documentation available.
# File lib/fileutils.rb, line 1262
def pipe?
s = lstat!
s and s.pipe?
end