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