method
unloading
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Interlock
unloading(&block)public
No documentation available.
# File activesupport/lib/active_support/dependencies/interlock.rb, line 21
def unloading(&block)
@lock.exclusive(purpose: :unload, compatible: [:unload], after_compatible: [:unload], &block)
end