method
running
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Interlock
running(&block)public
No documentation available.
# File activesupport/lib/active_support/dependencies/interlock.rb, line 36
def running(&block)
@lock.sharing(&block)
end