# File lib/generator.rb, line 150
  def rewind()
    initialize(nil, &@block) if @index.nonzero?

    self
  end