vote up 1 vote down star

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?

flag

1 Answer

vote up 4 vote down check

Ah, got it.

each_with_index

woo!

edit: whoops!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.