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