module Bootsnap::LoadPathCache::CoreExt::ActiveSupport

def self.with_bootsnap_fallback(error)

def self.with_bootsnap_fallback(error)
  yield
rescue error
  without_bootsnap_cache { yield }
end