This project is closed and read-only.
Actions
Bug #371
closed
sleep() longer than expected, ruby 1.8.7, windows XP
Bug #371:
sleep() longer than expected, ruby 1.8.7, windows XP
Description
=begin
irb > start=Time.now; sleep(5); puts Time.now-start
In ruby 1.8.6: 5.0
In ruby 1.8.7: 6.489 !!
Works on linux.
=end
Actions