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