instance method
done_unloading
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
done_unloading()
No documentation comment.
Source
# File activesupport/lib/active_support/dependencies/interlock.rb, line 29
def done_unloading
@lock.stop_exclusive(compatible: [:unload])
end
Defined in activesupport/lib/active_support/dependencies/interlock.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Dependencies::Interlock