method
clear
v5.0.0.1 -
Show latest stable
- Class:
ActiveSupport::Dependencies
clear()public
No documentation available.
# File activesupport/lib/active_support/dependencies.rb, line 345
def clear
Dependencies.unload_interlock do
loaded.clear
loading.clear
remove_unloadable_constants!
end
end