Methods
- D
- L
- P
- R
- S
- U
Instance Public methods
done_running() Link
done_unloading() Link
loading(&block) Link
# File activesupport/lib/active_support/dependencies/interlock.rb, line 12 def loading(&block) ActiveSupport.deprecator.warn( "ActiveSupport::Dependencies::Interlock#loading is deprecated and " \ "will be removed in Rails 9.0. The loading interlock is no longer " \ "used since Rails switched to Zeitwerk for autoloading." ) yield if block end