# File lib/gettext/runtime/mofile.rb, line 169 def next_prime(seed) Prime.instance.find{|x| x > seed } end