Sha256: a36d9a9e52f4c70d4b029628970b7720193f6ba3e8e09d2cd6676c29f7b344d1

Contents?: true

Size: 356 Bytes

Versions: 39

Compression:

Stored size: 356 Bytes

Contents

module Bootsnap
  module CompileCache
    def self.setup(cache_dir:, iseq:, yaml:)
      if iseq
        require_relative 'compile_cache/iseq'
        Bootsnap::CompileCache::ISeq.install!(cache_dir)
      end

      if yaml
        require_relative 'compile_cache/yaml'
        Bootsnap::CompileCache::YAML.install!(cache_dir)
      end
    end
  end
end

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
bootsnap-1.1.7 lib/bootsnap/compile_cache.rb
bootsnap-1.1.6-java lib/bootsnap/compile_cache.rb
bootsnap-1.1.6 lib/bootsnap/compile_cache.rb
bootsnap-1.1.6.beta3 lib/bootsnap/compile_cache.rb
bootsnap-1.1.6.beta2 lib/bootsnap/compile_cache.rb
bootsnap-1.1.6.beta lib/bootsnap/compile_cache.rb
bootsnap-1.1.5-java lib/bootsnap/compile_cache.rb
bootsnap-1.1.5 lib/bootsnap/compile_cache.rb
bootsnap-1.1.4-java lib/bootsnap/compile_cache.rb
bootsnap-1.1.3-java lib/bootsnap/compile_cache.rb
bootsnap-1.1.3 lib/bootsnap/compile_cache.rb
bootsnap-1.1.2-java lib/bootsnap/compile_cache.rb
bootsnap-1.1.2 lib/bootsnap/compile_cache.rb
bootsnap-1.1.1-java lib/bootsnap/compile_cache.rb
bootsnap-1.1.1 lib/bootsnap/compile_cache.rb
bootsnap-1.1.0-java lib/bootsnap/compile_cache.rb
bootsnap-1.1.0 lib/bootsnap/compile_cache.rb
bootsnap-1.1.0.pre-java lib/bootsnap/compile_cache.rb
bootsnap-1.1.0.pre lib/bootsnap/compile_cache.rb