module Bootsnap::CompileCache::YAML

def self.input_to_output(data)

def self.input_to_output(data)
  ::YAML.load(data)
end