# File lib/childprocess/jruby/process.rb, line 6
      def initialize(args)
        super(args)

        @pumps = []
      end