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