Module: ActiveSupport::Concurrency::NullLock

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#synchronizeObject



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

def synchronize
  yield
end