diff options
author | ydah <[email protected]> | 2024-09-03 16:20:52 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-09-04 14:36:35 +0900 |
commit | ab18b1b4f55d3d06e6e040d755e75b5b447198f3 () | |
tree | 52e29c4b329cb017e6dbe2ea4c0347ba8b06fcee /node_dump.c | |
parent | 37d7ae06afb03ae5508bfd81033961559886bd6b (diff) |
Implement VALIAS NODE keyword locations
Notes: Merged: https://.com/ruby/ruby/pull/11531
-rw-r--r-- | node_dump.c | 1 |
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: |