Class: Adocca::NullMutex

Inherits:
Object
  • Object
show all
Defined in:
lib/am_memcache.rb

Instance Method Summary collapse

Instance Method Details

#synchronize(&block) ⇒ Object



22
23
24
# File 'lib/am_memcache.rb', line 22

def synchronize(&block)
  block.call
end