1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Just a star [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-09-23 08:52:15 +09:00
parent 4e40fdbcee
commit 6e46bf1e54
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -100,7 +100,7 @@ RBIMPL_ATTR_NONNULL((2, 3))
* param-arg-spec := pre-arg-spec [post-arg-spec] / post-arg-spec /
* pre-opt-post-arg-spec
* pre-arg-spec := num-of-leading-mandatory-args
[num-of-optional-args]
* [num-of-optional-args]
* post-arg-spec := sym-for-variable-length-args
* [num-of-trailing-mandatory-args]
* pre-opt-post-arg-spec := num-of-leading-mandatory-args num-of-optional-args