On Dec 20, 2005, at 12:58 PM, Yukihiro Matsumoto wrote: > Hi, > > In message "Re: Array Documentation Issues" > on Wed, 21 Dec 2005 01:46:41 +0900, James Edward Gray II > <james / grayproductions.net> writes: > > |Let's start with: > | > |$ ri -T Array.indices > |---------------------------------------------------------- > Array#indices > | array.indexes( i1, i2, ... iN ) -> an_array > | array.indices( i1, i2, ... iN ) -> an_array > |--------------------------------------------------------------------- > --- > | Deprecated; use Array#select. > | > |To me, that reads similar to "Bathtub out-of-order, use nearest > |sink." Can we switch that to > |"use Array#values_at"? I think that's a much closer fit. > > This is a bug in a document. I will fix it soon. Thanks much. James Edward Gray II