method
loading
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Interlock
loading()public
No documentation available.
# File activesupport/lib/active_support/dependencies/interlock.rb, line 12
def loading
@lock.exclusive(purpose: :load, compatible: [:load], after_compatible: [:load]) do
yield
end
end