method

select

select(&block)
public

No documentation available.

# File lib/minitest/parallel_each.rb, line 36
  def select(&block) # :nodoc:
    self.class.new super
  end