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