/* --- */

VALUE
rb_gcd(VALUE self, VALUE other)
{
    nurat_int_check(other);
    return f_gcd(self, other);
}