From 7866ed850c1ae95a6b115e09f3788d5b623f0708 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 4 Jun 2019 11:39:27 +0900 Subject: node.c: Show the ID of internal variable --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.c') diff --git a/node.c b/node.c index 65c6837303..d2bf9bf150 100644 --- a/node.c +++ b/node.c @@ -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); } } } -- cgit v1.2.3