class Bootsnap::LoadPathCache::Cache

def try_index(f)

def try_index(f)
  if (p = @index[f])
    "#{p}/#{f}"
  end
end