class Zeitwerk::Loader
def autoload_path_set_by_me_for?(parent, cname)
Experimental RBS support (using type sampling data from the type_fusion
project).
def autoload_path_set_by_me_for?: (Class parent, Symbol cname) -> nil
This signature was generated using 1 sample from 1 application.
def autoload_path_set_by_me_for?(parent, cname) oload_path = strict_autoload_path(parent, cname) load_path if autoloads.key?(autoload_path) stry.inception?(cpath(parent, cname))