class Zeitwerk::Cref

def autoload?

@sig () -> String?
def autoload?
  @mod.autoload?(@cname) if self.defined?
end