# File lib/fast_gettext/vendor/mofile.rb, line 172 def next_prime(seed) Prime.instance.find{|x| x > seed } end