From afff9d22baabeb5042381a6678661a0810a30a34 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:53:12 +0100 Subject: [PATCH] Reverse-sync https://github.com/ruby/ruby/commit/dca8d9a6aa9c590a5707959d2c211a8273f7bc06 To correctly handle rdoc coverage in ruby/ruby --- templates/template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/template.rb b/templates/template.rb index 0c695fade5..28ac475cdf 100755 --- a/templates/template.rb +++ b/templates/template.rb @@ -6,7 +6,7 @@ require "yaml" module Prism - module Template + module Template # :nodoc: all SERIALIZE_ONLY_SEMANTICS_FIELDS = ENV.fetch("PRISM_SERIALIZE_ONLY_SEMANTICS_FIELDS", false) REMOVE_ON_ERROR_TYPES = SERIALIZE_ONLY_SEMANTICS_FIELDS CHECK_FIELD_KIND = ENV.fetch("CHECK_FIELD_KIND", false)