diff options
Diffstat (limited to 'node_dump.c')
-rw-r--r-- | node_dump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/node_dump.c b/node_dump.c index 0555d11cdc..ad248aea74 100644 --- a/node_dump.c +++ b/node_dump.c @@ -910,8 +910,9 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node) } } F_NODE(nd_head, RNODE_BLOCK_PASS, "other arguments"); - LAST_NODE; F_NODE(nd_body, RNODE_BLOCK_PASS, "block argument"); + LAST_NODE; + F_LOC(operator_loc, RNODE_BLOCK_PASS); return; case NODE_DEFN: |