method

clear

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