= private = protected
to_r()
This method has no description. You can help the Ruby community by adding new notes.
static VALUE integer_to_r(VALUE self) { return rb_rational_new1(self); }