diff options
Diffstat (limited to 'vm_method.c')
-rw-r--r-- | vm_method.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c index 2e948144d6..90ed0ba5f7 100644 --- a/vm_method.c +++ b/vm_method.c @@ -104,7 +104,7 @@ rb_clear_method_cache_by_class(VALUE klass) INC_GLOBAL_METHOD_STATE(); } else { - rb_serial_t old_serial = rb_next_class_serial(); + rb_serial_t old_serial = PREV_CLASS_SERIAL(); rb_class_clear_method_cache(klass, (VALUE)&old_serial); } } |