Method: Minitest::Parallel::Executor#size
- Defined in:
- lib/minitest/parallel.rb
#size ⇒ Object (readonly)
The size of the pool of workers.
12 13 14 |
# File 'lib/minitest/parallel.rb', line 12 def size @size end |
The size of the pool of workers.
12 13 14 |
# File 'lib/minitest/parallel.rb', line 12 def size @size end |