method
to_c
v1_9_1_378 -
Show latest stable
- Class:
NilClass
to_c()public
No documentation available.
static VALUE
nilclass_to_c(VALUE self)
{
return rb_complex_new1(INT2FIX(0));
} to_c()No documentation available.
static VALUE
nilclass_to_c(VALUE self)
{
return rb_complex_new1(INT2FIX(0));
}