module Bootsnap::LoadPathCache::CoreExt::ActiveSupport::ClassMethods

def remove_constant(const)

def remove_constant(const)
  CoreExt::ActiveSupport.without_bootsnap_cache { super }
end