Method: Qs::IOPipe#initialize
- Defined in:
- lib/qs/io_pipe.rb
#initialize ⇒ IOPipe
Returns a new instance of IOPipe.
10 11 12 13 |
# File 'lib/qs/io_pipe.rb', line 10 def initialize @reader = NULL @writer = NULL end |
Returns a new instance of IOPipe.
10 11 12 13 |
# File 'lib/qs/io_pipe.rb', line 10 def initialize @reader = NULL @writer = NULL end |