to_r()
Returns zero as a rational.
static VALUE nilclass_to_r(VALUE self) { return rb_rational_new1(INT2FIX(0)); }