Class: Adocca::NullMutex

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

Instance Method Summary collapse

Instance Method Details

#synchronize(&block) ⇒ Object



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

def synchronize(&block)
  block.call
end