#!/usr/local/bin/ruby Ruby("2".."5").each do |value| p value end