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