1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

node.c: Show the ID of internal variable

This commit is contained in:
Yusuke Endoh 2019-06-04 11:39:27 +09:00
parent 14b5ccf91b
commit 7866ed850c

2
node.c
View file

@ -92,7 +92,7 @@ add_id(VALUE buf, ID id)
A(":"); AR(str);
}
else {
A("(internal variable)");
rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id);
}
}
}