next()
alias of succ.
# File lib/prime.rb, line 257 def next raise NotImplementedError, "need to define `next'" end