From: TURK Date: 2006-03-11T23:25:27+09:00 Subject: delay HI masters, I want to create a loop say : while (i>=0) // do something Now hang for two seconds for next iteration i-=i } How would you hang the process in ruby for a certain time? thank you -- Posted via http://www.ruby-forum.com/.