Class: MockMutex

Inherits:
Object
  • Object
show all
Defined in:
lib/rbbt/util/log.rb

Instance Method Summary collapse

Instance Method Details

#synchronizeObject



6
7
8
# File 'lib/rbbt/util/log.rb', line 6

def synchronize
  yield
end