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
numeric_to_c(VALUE self)
{
    return rb_complex_new1(self);
}
Register or log in to add new notes.