class Bootsnap::LoadPathCache::Cache
def maybe_append_extension(f)
def maybe_append_extension(f) try_ext("#{f}#{DOT_RB}") || try_ext("#{f}#{DLEXT}") || try_ext("#{f}#{DLEXT2}") || f end
def maybe_append_extension(f) try_ext("#{f}#{DOT_RB}") || try_ext("#{f}#{DLEXT}") || try_ext("#{f}#{DLEXT2}") || f end