class Console::Progress

def estimated_remaining_time

def estimated_remaining_time
	if average_duration = self.average_duration
		average_duration * remaining
	end
end