summaryrefslogtreecommitdiff
path: root/node_dump.c
diff options
context:
space:
mode:
-rw-r--r--node_dump.c5
1 files changed, 4 insertions, 1 deletions
@@ -1106,8 +1106,11 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
ANN("post-execution");
ANN("format: END { [nd_body] }");
ANN("example: END { foo }");
- LAST_NODE;
F_NODE(nd_body, RNODE_POSTEXE, "END clause");
return;
case NODE_ATTRASGN: