Rename imemo_class_fields -> imemo_fields

This commit is contained in:
Jean Boussier 2025-06-16 10:31:21 +02:00
parent 4cb0205f51
commit fb68721f63
Notes: git 2025-06-17 13:28:18 +00:00
12 changed files with 73 additions and 73 deletions

View file

@ -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
if (IMEMO_TYPE_P(obj, imemo_fields)) { // HACK
klass = CLASS_OF(obj);
}
else {