How to pause a script

hey there all,

i need a way to pause a script. I can’t find a Time.sleep or Time.wait
or anything like that in my book.

sk

On 09.04.2007 15:13, shawn bright wrote:

i need a way to pause a script. I can’t find a Time.sleep or Time.wait
or anything like that in my book.

http://ruby-doc.org/core/classes/Kernel.html#M005961

robert

Kernel, not Time.
i get it. thanks.
sk