diff options
author | yui-knk <[email protected]> | 2022-11-17 23:43:21 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2022-11-18 18:25:42 +0900 |
commit | f0ce1186620273a1182e6084559765143099eb88 () | |
tree | 8c78074e33cc1387827923003939c375a444431d /node.h | |
parent | ddd62fadaf91418cd259593285bc59358fb0b166 (diff) |
Make anonymous rest arg (*) and block arg (&) accessible from ARGS node
Notes: Merged: https://.com/ruby/ruby/pull/6760
-rw-r--r-- | node.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -461,6 +461,7 @@ struct rb_args_info { NODE *opt_args; unsigned int no_kwarg: 1; unsigned int ruby2_keywords: 1; VALUE imemo; }; |