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