module Zeitwerk::Registry

def loader_for(path)

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

def loader_for: (String path) -> Zeitwerk::Loader?

This signature was generated using 399 samples from 4 applications.

Other tags:
    Private: -
def loader_for(path)
  autoloads[path]
end