Flowdock
method

_run_suites

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Worker
_run_suites(suites, type) public

No documentation

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

Hide source
# File lib/test/unit/parallel.rb, line 21
      def _run_suites(suites, type) # :nodoc:
        suites.map do |suite|
          _run_suite(suite, type)
        end
      end
Register or log in to add new notes.