diff options
author | Étienne Barrié <[email protected]> | 2025-06-05 16:09:21 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-06-05 18:02:45 +0200 |
commit | 2f80117ce48f83a709989a0d88eb712b123ef371 () | |
tree | 900db573eadcb7b24352d8ae8ccd974942249404 /shape.c | |
parent | 22dfa250a89d11cc138ef73d1ed6c364c15b54c7 (diff) |
Fix comment about debugging shapes
This method was moved to RubyVM::Shape in 913979bede2a1b79109fa2072352882560d55fe0.
-rw-r--r-- | shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1219,7 +1219,7 @@ rb_shape_verify_consistency(VALUE obj, shape_id_t shape_id) #if SHAPE_DEBUG /* - * Exposing Shape to Ruby via RubyVM.debug_shape */ static VALUE |