module Zeitwerk::Registry

def loader_for(path)

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

def loader_for: (String path) -> nil

This signature was generated using 11 samples from 1 application.

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