class MiniTest::Unit

def synchronize # :nodoc:

:nodoc:
def synchronize # :nodoc:
  @mutex.synchronize { yield }
end