DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Fancy Little Ruby Input Prompter
for i in 1..100
print "Now at #{i}. Restart? "
retry if gets =~ /^y/i
end






Comments
Snippets Manager replied on Tue, 2007/04/10 - 11:52pm