Sha256: 10538812defc163e7890804d3618a50760afe657317fedb495bd42eba073a37b

Contents?: true

Size: 307 Bytes

Versions: 16

Compression:

Stored size: 307 Bytes

Contents

require_relative 'compile_cache/iseq'
require_relative 'compile_cache/yaml'

module Bootsnap
  module CompileCache
    def self.setup(iseq:, yaml:)
      if iseq
        Bootsnap::CompileCache::ISeq.install!
      end

      if yaml
        Bootsnap::CompileCache::YAML.install!
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bootsnap-0.2.15 lib/bootsnap/compile_cache.rb
bootsnap-0.2.14 lib/bootsnap/compile_cache.rb
bootsnap-0.2.13 lib/bootsnap/compile_cache.rb
bootsnap-0.2.12 lib/bootsnap/compile_cache.rb
bootsnap-0.2.11 lib/bootsnap/compile_cache.rb
bootsnap-0.2.10 lib/bootsnap/compile_cache.rb
bootsnap-0.2.9 lib/bootsnap/compile_cache.rb
bootsnap-0.2.8 lib/bootsnap/compile_cache.rb
bootsnap-0.2.7 lib/bootsnap/compile_cache.rb
bootsnap-0.2.6 lib/bootsnap/compile_cache.rb
bootsnap-0.2.5 lib/bootsnap/compile_cache.rb
bootsnap-0.2.4 lib/bootsnap/compile_cache.rb
bootsnap-0.2.3 lib/bootsnap/compile_cache.rb
bootsnap-0.2.2 lib/bootsnap/compile_cache.rb
bootsnap-0.2.1 lib/bootsnap/compile_cache.rb
bootsnap-0.2.0 lib/bootsnap/compile_cache.rb