# File lib/hydra/pipe.rb, line 34
    def initialize
      @child_read, @parent_write = IO.pipe
      @parent_read, @child_write = IO.pipe
    end