to_r -> Rational[permalink][rdoc][edit]() → Rational-
例selfを返します。p Rational(3, 4).to_r # => (3/4) p Rational(8).to_r # => (8/1)
to_r -> Rational[permalink][rdoc][edit]() → Rational
self を返します。
p Rational(3, 4).to_r # => (3/4)
p Rational(8).to_r # => (8/1)