in reply to Learning to use "each"

Because each returns a 2 element list. for iterates over one element at a time. How did you imagine to use for in combination with each?