# File lib/hydra/pipe.rb, line 48
    def identify_as_parent
      @child_write.close
      @child_read.close
      @reader = @parent_read
      @writer = @parent_write
    end