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