method
marshal_dump
v1_9_3_125 -
Show latest stable
- Class:
Complex
marshal_dump()public
No documentation available.
static VALUE
nucomp_marshal_dump(VALUE self)
{
VALUE a;
get_dat1(self);
a = rb_assoc_new(dat->real, dat->imag);
rb_copy_generic_ivar(a, self);
return a;
}