summaryrefslogtreecommitdiff
path: root/node_dump.c
diff options
context:
space:
mode:
authorydah <[email protected]>2024-09-03 16:20:52 +0900
committerYuichiro Kaneko <[email protected]>2024-09-04 14:36:35 +0900
commitab18b1b4f55d3d06e6e040d755e75b5b447198f3 ()
tree52e29c4b329cb017e6dbe2ea4c0347ba8b06fcee /node_dump.c
parent37d7ae06afb03ae5508bfd81033961559886bd6b (diff)
Implement VALIAS NODE keyword locations
Notes: Merged: https://.com/ruby/ruby/pull/11531
-rw-r--r--node_dump.c1
1 files changed, 1 insertions, 0 deletions
@@ -933,6 +933,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
ANN("example: alias $y $x");
F_ID(nd_alias, RNODE_VALIAS, "new name");
F_ID(nd_orig, RNODE_VALIAS, "old name");
return;
case NODE_UNDEF: