Class: RIO::IOPipe
Instance Attribute Summary
Attributes inherited from IOPair
Instance Method Summary collapse
-
#initialize ⇒ IOPipe
constructor
A new instance of IOPipe.
Constructor Details
#initialize ⇒ IOPipe
Returns a new instance of IOPipe.
13 14 15 16 |
# File 'lib/rio/fibpipe.rb', line 13 def initialize rd,wr = IO.pipe super(rd,wr) end |