Module: Kernel

Defined in:
lib/hardstatus/time.rb

Instance Method Summary collapse

Instance Method Details

#dayObject



58
59
60
# File 'lib/hardstatus/time.rb', line 58

def day
	1.day
end

#hourObject



54
55
56
# File 'lib/hardstatus/time.rb', line 54

def hour
	1.hour
end

#minuteObject



50
51
52
# File 'lib/hardstatus/time.rb', line 50

def minute
	1.minute
end

#secondObject



46
47
48
# File 'lib/hardstatus/time.rb', line 46

def second
	1.second
end