Method: Sohm::Model.synchronize

Defined in:
lib/sohm.rb

.synchronize(&block) ⇒ Object



520
521
522
# File 'lib/sohm.rb', line 520

def self.synchronize(&block)
  mutex.synchronize(&block)
end