Class: Numeric

Inherits:
Object show all
Defined in:
lib/sapphire/Extensions/Numeric.rb

Instance Method Summary collapse

Instance Method Details

#WaitObject



3
4
5
# File 'lib/sapphire/Extensions/Numeric.rb', line 3

def Wait
  sleep(self)
end