index each ruby code example Example: ruby loop each with index X.each_with_index do |item, index| puts "current_index: #{index}" end