module Restless
Constants
- VERSION
Public Instance Methods
rest(time)
click to toggle source
Your code goes hereā¦
# File lib/restless.rb, line 6 def rest(time) sleep(time) end
Your code goes hereā¦
# File lib/restless.rb, line 6 def rest(time) sleep(time) end