method
unhook!
unhook!()
public
Hide source
# File activesupport/lib/active_support/dependencies.rb, line 290 def unhook! ModuleConstMissing.exclude_from(Module) Loadable.exclude_from(Object) true end


