method

imaginary

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

No documentation available.

static VALUE
numeric_imag(VALUE self)
{
    return INT2FIX(0);
}