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