diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-10-29 10:07:32 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-10-29 10:07:32 +0900 |
| commit | d17ce4bd05dc05d48f5f4bc75171fcebda1678ed (patch) | |
| tree | e98e6b8df8064d1e79e7ab7856cdb3f257186a78 | |
| parent | c4e090def134f9b109991b74c027648564963763 (diff) | |
[Bug #21652] [DOC] Update unmarshalable object list
The `Data` mentioned here was the old `T_DATA` class, not the current
extended `Struct`.
| -rw-r--r-- | marshal.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1189,7 +1189,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 */ |
