module Bootsnap::LoadPathCache

def unload!

def unload!
  @enabled = false
  @loaded_features_index = nil
  @realpath_cache = nil
  @load_path_cache = nil
  ChangeObserver.unregister($LOAD_PATH) if supported?
end