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