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.3.2-java lib/bootsnap/compile_cache.rb
bootsnap-1.3.2 lib/bootsnap/compile_cache.rb
bootsnap-pr-184-1.3.1.pr.pre.184.1 lib/bootsnap/compile_cache.rb
bootsnap-1.3.1-java lib/bootsnap/compile_cache.rb
bootsnap-1.3.1 lib/bootsnap/compile_cache.rb
bootsnap-1.3.0-java lib/bootsnap/compile_cache.rb
bootsnap-1.3.0 lib/bootsnap/compile_cache.rb
bootsnap-1.3.0.beta2-java lib/bootsnap/compile_cache.rb
bootsnap-1.3.0.beta2 lib/bootsnap/compile_cache.rb
bootsnap-1.3.0.beta-java lib/bootsnap/compile_cache.rb
bootsnap-1.3.0.beta lib/bootsnap/compile_cache.rb
bootsnap-1.2.1-java lib/bootsnap/compile_cache.rb
bootsnap-1.2.1 lib/bootsnap/compile_cache.rb
bootsnap-1.2.0-java lib/bootsnap/compile_cache.rb
bootsnap-1.2.0 lib/bootsnap/compile_cache.rb
bootsnap-1.2.0.pre-java lib/bootsnap/compile_cache.rb
bootsnap-1.2.0.pre lib/bootsnap/compile_cache.rb
bootsnap-1.1.8 lib/bootsnap/compile_cache.rb
bootsnap-1.1.8-java lib/bootsnap/compile_cache.rb
bootsnap-1.1.7-java lib/bootsnap/compile_cache.rb