Flowdock
method

launch

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Worker
launch(ruby,args=[]) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.