module Zeitwerk::Registry

def inception?(cpath)

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

def inception?: (String cpath) -> nil

This signature was generated using 12 samples from 2 applications.

Other tags:
    Private: -
def inception?(cpath)
  if pair = inceptions[cpath]
    pair.first
  end
end