method

rect

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

No documentation available.

static VALUE
numeric_rect(VALUE self)
{
    return rb_assoc_new(self, INT2FIX(0));
}