method
running
v5.0.0.1 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Interlock
running()public
No documentation available.
# File activesupport/lib/active_support/dependencies/interlock.rb, line 38
def running
@lock.sharing do
yield
end
end