Method: ActiveSupport::Concurrency::NullLock#synchronize

Defined in:
activesupport/lib/active_support/concurrency/null_lock.rb

#synchronizeObject



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

def synchronize
  yield
end