diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-09 13:38:34 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-09 13:38:34 +0000 |
| commit | 238ba9f095bc1d95c9531e427ddcc80e0e36a6ba (patch) | |
| tree | 912727daa6b5d7fa528c154a8816f56ee908ab61 /array.c | |
| parent | 2334c17543e953f1e49d34556b711db9c4145284 (diff) | |
| download | ruby-238ba9f095bc1d95c9531e427ddcc80e0e36a6ba.tar.gz ruby-238ba9f095bc1d95c9531e427ddcc80e0e36a6ba.tar.xz ruby-238ba9f095bc1d95c9531e427ddcc80e0e36a6ba.zip | |
* array.c, enum.c, pack.c: rdoc patch from Johan Holmberg
<holmberg@iar.se> [ruby-core:3132] [ruby-core:3136]
* numeric.c: rdoc patch.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'array.c')
| -rw-r--r-- | array.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1724,6 +1724,7 @@ rb_values_at(obj, olen, argc, argv, func) /* * call-seq: * array.values_at(selector,... ) => an_array + * * Returns an array containing the elements in * _self_ corresponding to the given selector(s). The selectors * may be either integer indices or ranges. |
