Map Ruby avec index
array.map.with_index { |item, index| ... }
Defiant Dove
array.map.with_index { |item, index| ... }