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