method
synchronize
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Concurrency::NullLock
synchronize()public
No documentation available.
# File activesupport/lib/active_support/concurrency/null_lock.rb, line 8
def synchronize
yield
end