rewind()
Rewinds the internal position for enumeration.
See Enumerator#rewind.
# File lib/prime.rb, line 270 def rewind raise NotImplementedError, "need to define `rewind'" end