From 2be9ea9ce1759333564175205ee1b5dc05b990aa Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 22 Dec 2005 07:08:51 +0000 Subject: * 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 --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.c') 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 Array#select. + * Deprecated; use Array#values_at. */ static VALUE -- cgit v1.2.3