module Bootsnap::CompileCache

def self.setup(iseq:, yaml:)

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