class Bootsnap::LoadPathCache::Cache

def maybe_append_extension(feature)

def maybe_append_extension(feature)
  try_ext(feature + DOT_RB) ||
    try_ext(feature + DLEXT) ||
    try_ext(feature + DLEXT2) ||
    feature
end