module Bootsnap::CompileCache::YAML

def precompile(path)

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