method

launch

v1_9_3_392 - Show latest stable - Class: Test::Unit::Runner::Worker
launch(ruby,args=[])
public

No documentation available.

# File lib/test/unit.rb, line 239
        def self.launch(ruby,args=[])
          io = IO.popen([*ruby,
                        "#{File.dirname(__FILE__)}/unit/parallel.rb",
                        *args], "rb+")
          new(io, io.pid, :waiting)
        end