[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

how to pause a script

shawn bright

4/9/2007 1:14:00 PM

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

2 Answers

Robert Klemme

4/9/2007 1:23:00 PM

0

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.ht...

robert

shawn bright

4/9/2007 1:41:00 PM

0

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.
>
> http://ruby-doc.org/core/classes/Kernel.ht...
>
> robert
>
>