method

grep

grep(pattern)
public

No documentation available.

# File lib/minitest/parallel_each.rb, line 32
  def grep pattern # :nodoc:
    self.class.new super
  end