Method: Minitest::AbstractReporter#synchronize
- Defined in:
- lib/minitest.rb
#synchronize(&block) ⇒ Object
:nodoc:
723 724 725 |
# File 'lib/minitest.rb', line 723 def synchronize(&block) # :nodoc: @mutex.synchronize(&block) end |
:nodoc:
723 724 725 |
# File 'lib/minitest.rb', line 723 def synchronize(&block) # :nodoc: @mutex.synchronize(&block) end |