instance method Rational#to_r

to_r -> Rational[permalink][rdoc]

自身を返します。

[RETURN]
自身を返します。


Rational(3, 4).to_r  # => (3/4)
Rational(8).to_r     # => (8/1)