class Bootsnap::LoadPathCache::Cache

def try_index(feature)

def try_index(feature)
  if (path = @index[feature])
    -File.join(path, feature).freeze
  end
end