Method: IOPipe#initialize

Defined in:
lib/objective_command/datas/pipe.rb

#initializeIOPipe

Returns a new instance of IOPipe.



8
9
10
11
# File 'lib/objective_command/datas/pipe.rb', line 8

def initialize
  @reader, @writer = IO.pipe
  @open_mode = :w
end