Sha256: 425b962fc992dca157cec370c3c8813256e01b5bb7c1c92df672fa1aea9dd8e6

Contents?: true

Size: 198 Bytes

Versions: 10

Compression:

Stored size: 198 Bytes

Contents

class << $LOADED_FEATURES
  alias_method(:delete_without_bootsnap, :delete)
  def delete(key)
    Bootsnap::LoadPathCache.loaded_features_index.purge(key)
    delete_without_bootsnap(key)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootsnap-1.4.2.rc2-java lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
bootsnap-1.4.2.rc2 lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
bootsnap-1.4.2.rc1-java lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
bootsnap-1.4.2.rc1 lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
bootsnap-1.4.1-java lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
bootsnap-1.4.1 lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
bootsnap-1.4.0 lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
bootsnap-1.4.0-java lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
bootsnap-1.4.0.pre3 lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
bootsnap-1.4.0.pre2 lib/bootsnap/load_path_cache/core_ext/loaded_features.rb