diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-22 07:08:51 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-22 07:08:51 +0000 |
| commit | b352f3a1bd0442af08a47b2d55866abd3fe92e42 (patch) | |
| tree | 5a4620f8bceec2ccb099ec2fcc1db99afb61068d | |
| parent | bfd65873c91cea5c50b12523a79012cec523fa60 (diff) | |
| download | ruby-b352f3a1bd0442af08a47b2d55866abd3fe92e42.tar.gz ruby-b352f3a1bd0442af08a47b2d55866abd3fe92e42.tar.xz ruby-b352f3a1bd0442af08a47b2d55866abd3fe92e42.zip | |
* array.c: document fix - remove reference of obsoleted
select usage.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | array.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
