Module: ActiveSupport::Concurrency::NullLock
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#synchronize ⇒ Object
8 9 10 |
# File 'lib/active_support/concurrency/null_lock.rb', line 8 def synchronize yield end |