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