summaryrefslogtreecommitdiff
path: root/yarp
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2023-09-12 12:36:12 +0200
committergit <svn-admin@ruby-lang.org>2023-09-12 12:11:40 +0000
commitfe3eff08ee404dfae92f36138adb2dd51df99eb5 (patch)
tree4874e1f17041a8a94669e2ab352f609e60f4b162 /yarp
parentf1c78b23313e63eb31a213cc7277b1eb206a581b (diff)
[ruby/yarp] Move the post required parameters after the rest parameter
* See https://github.com/ruby/yarp/issues/1436 https://github.com/ruby/yarp/commit/6f4e9ff940
Diffstat (limited to 'yarp')
-rw-r--r--yarp/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarp/config.yml b/yarp/config.yml
index 257a5bfc25..411c11540a 100644
--- a/yarp/config.yml
+++ b/yarp/config.yml
@@ -1908,11 +1908,11 @@ nodes:
type: node[]
- name: optionals
type: node[]
- - name: posts
- type: node[]
- name: rest
type: node?
kind: RestParameterNode
+ - name: posts
+ type: node[]
- name: keywords
type: node[]
- name: keyword_rest