module TimeConstantMethods

def hours

## Returns the number of seconds in hours
def hours
	return self * 60.minutes
end