mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix call-seq [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9722ed0e52
commit
4d3c254ebe
1 changed files with 1 additions and 1 deletions
2
re.c
2
re.c
|
@ -2037,7 +2037,7 @@ match_aref(int argc, VALUE *argv, VALUE match)
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* 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
|
* Uses each <i>index</i> to access the matching values, returning an array of
|
||||||
* the corresponding matches.
|
* the corresponding matches.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue