class Bootsnap::LoadPathCache::Cache
def try_index(feature)
Experimental RBS support (using type sampling data from the type_fusion
project).
def try_index: (String feature) -> String?
This signature was generated using 88 samples from 3 applications.
def try_index(feature) if (path = @index[feature]) -File.join(path, feature).freeze end end