Module: ActiveSupport::Concurrency::NullLock
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | activesupport/lib/active_support/concurrency/null_lock.rb |
Instance Method Summary
Instance Method Details
#synchronize
[ GitHub ]# File 'activesupport/lib/active_support/concurrency/null_lock.rb', line 8
def synchronize yield end