Method: Path#pipe?

Defined in:
lib/path/file_predicates.rb

#pipe?Boolean

See File.pipe?.

Returns:

  • (Boolean)


49
50
51
# File 'lib/path/file_predicates.rb', line 49

def pipe?
  File.pipe?(@path)
end