Flowdock
to_c() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
nilclass_to_c(VALUE self)
{
    return rb_complex_new1(INT2FIX(0));
}
Register or log in to add new notes.