2006-01-24 each timesはIntegerのメソッドでしたが、eachはArray(など)のメソッドです。 range = [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] range.each { |i| print "i = #{i}\n" }