module Betatest::Parallel::Test
Public Instance Methods
_synchronize() { || ... }
click to toggle source
# File lib/betatest/parallel.rb, line 30 def _synchronize; Test.io_lock.synchronize { yield }; end
# File lib/betatest/parallel.rb, line 30 def _synchronize; Test.io_lock.synchronize { yield }; end