Class | Kgio::Pipe |
In: |
lib/kgio.rb
lib/kgio.rb |
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.
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 |