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:
parent
14b5ccf91b
commit
7866ed850c
1 changed files with 1 additions and 1 deletions
2
node.c
2
node.c
|
@ -92,7 +92,7 @@ add_id(VALUE buf, ID id)
|
||||||
A(":"); AR(str);
|
A(":"); AR(str);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
A("(internal variable)");
|
rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue