each()
Rewinds the generator and enumerates the elements.
# File lib/generator.rb, line 157 def each rewind until end? yield self.next end self end