class Bootsnap::LoadPathCache::Cache

def try_ext(f)

def try_ext(f)
  f if File.exist?(f)
end