#!/usr/local/bin/ruby (1..5).to_a.each_with_index do |v, k| p v end