From badb3600093ed5df2c64bc257b5cb3a149a88189 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 6 Nov 2025 11:26:40 -0500 Subject: [PATCH] merge revision(s) d17ce4bd05dc05d48f5f4bc75171fcebda1678ed: [Backport #21652] [PATCH] [Bug #21652] [DOC] Update unmarshalable object list The `Data` mentioned here was the old `T_DATA` class, not the current extended `Struct`. --- marshal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marshal.c b/marshal.c index bf8f803894..1507116f5f 100644 --- a/marshal.c +++ b/marshal.c @@ -1184,7 +1184,7 @@ io_needed(void) * * anonymous Class/Module. * * objects which are related to system (ex: Dir, File::Stat, IO, File, Socket * and so on) - * * an instance of MatchData, Data, Method, UnboundMethod, Proc, Thread, + * * an instance of MatchData, Method, UnboundMethod, Proc, Thread, * ThreadGroup, Continuation * * objects which define singleton methods */