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
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
http://ruby-doc.org/core/classes/Kernel.html#M005961
robert
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.
Kernel, not Time.
i get it. thanks.
sk
On 4/9/07, Robert Klemme <shortcutter@googlemail.com> wrote:
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.module Kernel - RDoc Documentation
robert