Class Kgio::Pipe
In: lib/kgio.rb  (CVS)
lib/kgio.rb  (CVS)
Parent: IO

use Kgio::Pipe.popen and Kgio::Pipe.new instead of IO.popen and IO.pipe to get PipeMethods#kgio_read and PipeMethod#kgio_write methods.

Included Modules

Kgio::PipeMethods Kgio::PipeMethods

External Aliases

pipe -> new
  call-seq:
  rd, wr = Kgio::Pipe.new

This creates a new pipe(7) with Kgio::Pipe objects that respond to PipeMethods#kgio_read and PipeMethod#kgio_write

pipe -> new
  call-seq:
  rd, wr = Kgio::Pipe.new

This creates a new pipe(7) with Kgio::Pipe objects that respond to PipeMethods#kgio_read and PipeMethod#kgio_write

[Validate]