summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-22 07:08:51 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-22 07:08:51 +0000
commit2be9ea9ce1759333564175205ee1b5dc05b990aa (patch)
tree5a4620f8bceec2ccb099ec2fcc1db99afb61068d
parent35d8b850a3eeb51a14feec0ce0e265770ad35458 (diff)
* array.c: document fix - remove reference of obsoleted
select usage. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index 16eac81a3f..b61d4c252b 100644
--- a/array.c
+++ b/array.c
@@ -901,7 +901,7 @@ rb_ary_rindex(ary, val)
* array.indexes( i1, i2, ... iN ) -> an_array
* array.indices( i1, i2, ... iN ) -> an_array
*
- * Deprecated; use <code>Array#select</code>.
+ * Deprecated; use <code>Array#values_at</code>.
*/
static VALUE