method
done_unloading
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Interlock
done_unloading()public
No documentation available.
# File activesupport/lib/active_support/dependencies/interlock.rb, line 28
def done_unloading
@lock.stop_exclusive(compatible: [:load, :unload])
end