module Bootsnap::CompileCache::YAML

def precompile(path)

def precompile(path)
  return false unless CompileCache::YAML.supported_internal_encoding?
  CompileCache::Native.precompile(
    cache_dir,
    path.to_s,
    @implementation,
  )
end