module Bootsnap::CompileCache::YAML

def precompile(path, cache_dir: YAML.cache_dir)

def precompile(path, cache_dir: YAML.cache_dir)
  Bootsnap::CompileCache::Native.precompile(
    cache_dir,
    path.to_s,
    Bootsnap::CompileCache::YAML,
  )
end