ruby-changes:73706
From: Nobuyoshi <ko1@a...>
Date: Fri, 23 Sep 2022 08:52:45 +0900 (JST)
Subject: [ruby-changes:73706] 6e46bf1e54 (master): Just a star [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=6e46bf1e54 From 6e46bf1e54e7fe83dc80e49394d980b71321b6f0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 23 Sep 2022 08:52:15 +0900 Subject: Just a star [ci skip] --- include/ruby/internal/scan_args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ruby/internal/scan_args.h b/include/ruby/internal/scan_args.h index cf5b18f77d..1ed2bf6368 100644 --- a/include/ruby/internal/scan_args.h +++ b/include/ruby/internal/scan_args.h @@ -100,7 +100,7 @@ RBIMPL_ATTR_NONNULL((2, 3)) https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/scan_args.h#L100 * 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/