ruby-changes:53375
From: kazu <ko1@a...>
Date: Wed, 7 Nov 2018 14:08:00 +0900 (JST)
Subject: [ruby-changes:53375] kazu:r65591 (trunk): Fix call-seq [ci skip]
kazu 2018-11-07 14:07:56 +0900 (Wed, 07 Nov 2018) New Revision: 65591 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65591 Log: Fix call-seq [ci skip] Modified files: trunk/re.c Index: re.c =================================================================== --- re.c (revision 65590) +++ re.c (revision 65591) @@ -2037,7 +2037,7 @@ match_aref(int argc, VALUE *argv, VALUE https://github.com/ruby/ruby/blob/trunk/re.c#L2037 /* * call-seq: * - * mtch.values_at([index]*) -> array + * mtch.values_at(index, ...) -> array * * Uses each <i>index</i> to access the matching values, returning an array of * the corresponding matches. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/