This commit is contained in:
David Underwood 2013-07-07 23:31:49 -07:00
commit 160076fe9f

View File

@ -195,6 +195,7 @@ end
counter = 1
while counter <= 5 do
puts "iteration #{counter}"
counter += 1
end
#=> iteration 1
#=> iteration 2