# File lib/childprocess/jruby/pump.rb, line 6 def initialize(input, output) @input = input @output = output @stop = false end