diff options
author | Jean Boussier <[email protected]> | 2025-06-16 10:31:21 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-06-17 15:28:05 +0200 |
commit | fb68721f63a7f56c646ed1e6ff1beac1fc1844a4 () | |
tree | 7c7763a39337b6c87d2b15a957073a6de476a5aa /shape.c | |
parent | 4cb0205f51c1c49270027c41f539e8d120a13b6c (diff) |
Rename `imemo_class_fields` -> `imemo_fields`
Notes: Merged: https://.com/ruby/ruby/pull/13626
-rw-r--r-- | shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -877,7 +877,7 @@ shape_get_next(rb_shape_t *shape, VALUE obj, ID id, bool emit_warnings) #endif VALUE klass; - if (IMEMO_TYPE_P(obj, imemo_class_fields)) { // HACK klass = CLASS_OF(obj); } else { |