class Zeitwerk::Loader

def unloadable_cpath?(cpath)

@sig (String) -> bool

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