From: Duane Morin Date: 2006-06-15T19:46:40+09:00 Subject: Does each over an array bring a counter/index with it? If I'm "each"ing over an array, is there a built-in way to get the numeric index of the item that I'm on, or do I have to increment my own counter variable? I saw each_with_index but that seems to be for Hash, not Array. -- Posted via http://www.ruby-forum.com/.