fails:Kernel#sleep pauses execution for approximately the duration requested
fails:Kernel#sleep returns the rounded number of seconds asleep
fails:Kernel#sleep raises a TypeError when passed a non-numeric duration
slow:Kernel#sleep accepts a Float
slow:Kernel#sleep accepts a Rational
