Flowdock
method

_run_suites

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Unit
_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/minitest/unit.rb, line 769
    def _run_suites suites, type
      suites.map { |suite| _run_suite suite, type }
    end
Register or log in to add new notes.