Method: ActiveSupport::Dependencies#unhook!
- Defined in:
- activesupport/lib/active_support/dependencies.rb
permalink #unhook! ⇒ Object
[View source]
301 302 303 304 305 |
# File 'activesupport/lib/active_support/dependencies.rb', line 301 def unhook! ModuleConstMissing.exclude_from(Module) Loadable.exclude_from(Object) true end |