# File cartesian_iterator.rb, line 78
  def restart
    @next_index = -1
    true
  end