module Bootsnap::CompileCache::YAML

def visit(target)

def visit(target)
  if target.tag
    raise UnsupportedTags, "YAML tags are not supported: #{target.tag}"
  end
  super
end