method
to_r
v1_9_1_378 -
Show latest stable
- Class:
NilClass
to_r()public
No documentation available.
static VALUE
nilclass_to_r(VALUE self)
{
return rb_rational_new1(INT2FIX(0));
} to_r()No documentation available.
static VALUE
nilclass_to_r(VALUE self)
{
return rb_rational_new1(INT2FIX(0));
}