зеркало из https://github.com/github/ruby.git
node.c: Show the ID of internal variable
This commit is contained in:
Родитель
14b5ccf91b
Коммит
7866ed850c
2
node.c
2
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче