# File lib/backports/1.9.1/stdlib/prime.rb, line 297 def succ @last_prime = @last_prime ? EratosthenesSieve.instance.next_to(@last_prime) : 2 end