summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2023-06-18 10:23:23 +0900
committerYuichiro Kaneko <[email protected]>2023-06-18 11:15:54 +0900
commit7adab819074e448ffbb6e8d99e4edb0567e4405a ()
treecb6627bb93a53bc2f5cd77d8007c50df3f62c062
parent4f79c83a6a040c27840bad0f85520e680deda564 (diff)
Fix the format of NODE_EVSTR rendered by dump_node
Notes: Merged: https://.com/ruby/ruby/pull/7955
-rw-r--r--node_dump.c2
1 files changed, 1 insertions, 1 deletions
@@ -757,7 +757,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
case NODE_EVSTR:
ANN("interpolation expression");
- ANN("format: \"..#{ [nd_lit] }..\"");
ANN("example: \"foo#{ bar }baz\"");
LAST_NODE;
F_NODE(nd_body, "body");