class Zeitwerk::Loader

def set_autoload(parent, cname, abspath)

Experimental RBS support (using type sampling data from the type_fusion project).

def set_autoload: ((Class | Module) parent, Symbol cname, String abspath) -> nil

This signature was generated using 6 samples from 1 application.

@sig (Module, Symbol, String) -> void
def set_autoload(parent, cname, abspath)
.autoload(cname, abspath)
ger
uby?(abspath)
g("autoload set for #{cpath(parent, cname)}, to be loaded from #{abspath}")

g("autoload set for #{cpath(parent, cname)}, to be autovivified from #{abspath}")
ads[abspath] = [parent, cname]
ry.register_autoload(self, abspath)
why in the documentation of Zeitwerk::Registry.inceptions.
 parent.autoload?(cname)
stry.register_inception(cpath(parent, cname), abspath, self)