Method: Minitest::ParallelEach#count
- Defined in:
- lib/minitest/parallel_each.rb
#count ⇒ Object Also known as: size
:nodoc:
48 49 50 |
# File 'lib/minitest/parallel_each.rb', line 48 def count # :nodoc: [@queue.size - N, 0].max end |