class Zeitwerk::Loader
def unloadable_cpath?(cpath)
predicate returns `false` if reloading is disabled.
Says if the given constant path would be unloaded on reload. This
def unloadable_cpath?(cpath) to_unload.key?(cpath) end
def unloadable_cpath?(cpath) to_unload.key?(cpath) end