From: Yukihiro Matsumoto Date: 2004-11-30T08:13:27+09:00 Subject: Re: Array#indices Hi, In message "Re: Array#indices" on Tue, 30 Nov 2004 08:05:21 +0900, James Edward Gray II writes: |Why is Array#indices deprecated with a note to use Array#select, which |I don't find all that related??? It used to. Recent Ruby (e.g. 1.8.2) mentions values_at. matz.