class Bootsnap::LoadPathCache::Cache

def try_ext(feature)

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