# File lib/powerbar.rb, line 260
  def eta
    (state.total - state.done) / rate
  end