method

to_c

v1_9_1_378 - Show latest stable - Class: Numeric
to_c()
public

No documentation available.

static VALUE
numeric_to_c(VALUE self)
{
    return rb_complex_new1(self);
}