I'm iterating through an array in ruby with each. Is there an easy way to get the iteration number or array index without going back to a for loop?
Ah, got it.
each_with_index
woo!
edit: whoops!
1.4m articles
1.4m replys
5 comments
57.0k users