# File lib/open4.rb, line 112
    def add_thread *a, &b
      @running ? raise : (@argv << [a, b])
    end