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