module Minitest::Parallel::Test

Public Instance Methods

_synchronize() { || ... } click to toggle source
# File lib/minitest/parallel.rb, line 56
def _synchronize; Minitest::Test.io_lock.synchronize { yield }; end