class Bootsnap::LoadPathCache::Cache

def search_index(feature)

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

def search_index: (String feature) -> String?

This signature was generated using 86 samples from 3 applications.

def search_index(feature)
  try_index(feature + DOT_RB) ||
    try_index(feature + DLEXT) ||
    try_index(feature + DLEXT2) ||
    try_index(feature)
end