class Infobar::Counter

def eta

def eta
  if @finished
    @finished
  else
    Time.now + time_remaining
  end
end