# File lib/childprocess/jruby/pump.rb, line 17
      def run
        @thread = Thread.new { pump }

        self
      end