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


