Class: Folio::Pipe

Inherits:
FileObject show all
Defined in:
lib/folio/pipe.rb

Overview

Pipe

Is this the same as a FIFO?

Constant Summary

Constants inherited from FileObject

FileObject::Separator

Instance Attribute Summary

Attributes inherited from FileObject

#path

Instance Method Summary collapse

Methods inherited from FileObject

#<=>, #==, [], #atime, #basename, #blockdev?, #chardev?, #chmod, #chown, #cp, #ctime, #directory?, #dirname, #document?, #exist?, #extname, #fnmatch, #grpowned?, #identical?, #inspect, #install, #link, #link_force, #mtime, #owned?, #parent, #readable?, #readable_real?, #relative, #rename, #restat, #setgid?, #setuid?, #size, #size?, #socket?, #split, #stat, #sticky?, #symlink, #symlink_force, #to_s, #touch, #unlink, #unlink_force, #utime, #writable?, #writable_real?, #zero?

Constructor Details

#initialize(path) ⇒ Pipe

Returns a new instance of Pipe.



11
12
13
# File 'lib/folio/pipe.rb', line 11

def initialize(path)
  raise 'Pipes not yet supported.'
end

Instance Method Details

#pipe?Boolean

Returns:

  • (Boolean)


15
# File 'lib/folio/pipe.rb', line 15

def pipe? ; true ; end