From 98667f82d29f758007e5c3487fc31dff5f0a4fa9 Mon Sep 17 00:00:00 2001 From: Daisuke Aritomo Date: Sat, 10 May 2025 20:21:27 +0900 Subject: [PATCH] [DOC] Update documentation for ObjectSpace#each_object Co-authored-by: Benoit Daloze --- gc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gc.c b/gc.c index 0443b313d1..d728cd0fe3 100644 --- a/gc.c +++ b/gc.c @@ -1545,10 +1545,9 @@ os_obj_of(VALUE of) * 2.2250738585072e-308 * Total count: 7 * - * Due to implementation limitations, this method will not yield - * Ractor-unshareable the process is in multi-Ractor mode (when + * Due to a current known Ractor implementation issue, this method will not yield + * Ractor-unshareable objects in multi-Ractor mode (when * Ractor.new has been called within the process at least once). - * This behavior is not considered ideal. * See https://bugs.ruby-lang.org/issues/19387 for more information. * * a = 12345678987654321 # shareable