module TimeConstantMethods

def from_now

Reads best without arguments: 10.minutes.from_now
def from_now
	return self.after( ::Time.now )
end