module TimeConstantMethods

def days

## Returns the number of seconds in days
def days
	return self * 24.hours
end