Class: GMP::Z

Inherits:
Integer
  • Object
show all
Defined in:
ext/gmp.c

Instance Method Summary collapse

Instance Method Details

#coerce(arg) ⇒ Object



65
66
67
68
# File 'ext/gmp.c', line 65

static VALUE r_gmpz_coerce(VALUE self, VALUE arg)
{
  return rb_assoc_new(r_gmpzsg_new(1, &arg, cGMP_Z), self);
}