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