Logo

Programming-Idioms

History of Idiom 45 > diff from v18 to v19

Edit summary for version 19 by :

Version 18

2015-09-03, 13:55:55

Version 19

2015-09-03, 15:17:06

Idiom #45 Pause execution for 5 seconds

Sleep for 5 seconds in current thread, before proceeding with next instructions.

Idiom #45 Pause execution for 5 seconds

Sleep for 5 seconds in current thread, before proceeding with next instructions.

Code
sleep 5
Doc URL
http://ruby-doc.org/core-2.2.3/Kernel.html#method-i-sleep