class Timers::Wait

def time_remaining?

def time_remaining?
	@remaining = (@duration - @interval.to_f)
	
	@remaining > 0
end