method
pipe?
pipe?()
public
Hide source
# File lib/fileutils.rb, line 1181 def pipe? s = lstat! s and s.pipe? end
pipe?()
public
# File lib/fileutils.rb, line 1181 def pipe? s = lstat! s and s.pipe? end