Module: ActiveSupport::Concurrency::NullLock

Extended by:
NullLock
Included in:
NullLock
Defined in:
lib/active_support/concurrency/null_lock.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#synchronizeObject



8
9
10
# File 'lib/active_support/concurrency/null_lock.rb', line 8

def synchronize
  yield
end