Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/achoo/extensions.rb

Instance Method Summary collapse

Instance Method Details

#dayObject Also known as: days



38
# File 'lib/achoo/extensions.rb', line 38

def day; self * 86400; end

#hourObject Also known as: hours



41
# File 'lib/achoo/extensions.rb', line 41

def hour; self * 3600; end

#minuteObject Also known as: minutes



44
# File 'lib/achoo/extensions.rb', line 44

def minute; self * 60; end