This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.
will_unload?(const_desc)
Will the provided constant descriptor be unloaded?
# File activesupport/lib/active_support/dependencies.rb, line 685 def will_unload?(const_desc) autoloaded?(const_desc) || explicitly_unloadable_constants.include?(to_constant_name(const_desc)) end