Module: Minitest::Parallel::Test
- Defined in:
- lib/minitest/parallel.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#_synchronize ⇒ Object
:nodoc:.
Instance Method Details
#_synchronize ⇒ Object
:nodoc:
57 |
# File 'lib/minitest/parallel.rb', line 57 def _synchronize; Minitest::Test.io_lock.synchronize { yield }; end |