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