# File lib/parallel.rb, line 26 def initialize(read, write, pid) @read, @write, @pid = read, write, pid end