summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 27f944c1b2..4b44f7e440 100644
--- a/parse.y
+++ b/parse.y
@@ -4732,7 +4732,7 @@ p_kw : p_kw_label p_expr
/*%%%*/
$$ = list_append(p, NEW_LIST(NEW_LIT(ID2SYM($1), &@$), &@$), assignable(p, $1, 0, &@$));
/*% %*/
- /*% ripper: rb_ary_new_from_args(2, get_value($1), Qnil) %*/
+ /*% ripper: rb_ary_new_from_args(2, get_value(assignable(p, $1)), Qnil) %*/
}
;