mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix comment about debugging shapes
This method was moved to RubyVM::Shape in 913979bede
.
This commit is contained in:
parent
22dfa250a8
commit
2f80117ce4
1 changed files with 1 additions and 1 deletions
2
shape.c
2
shape.c
|
@ -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
|
||||
* Exposing Shape to Ruby via RubyVM::Shape.of(object)
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue