to_r -> Rational[permalink][rdoc][edit]-
selfを返します。- [RETURN]
-
selfを返します。
p Rational(3, 4).to_r # => (3/4) p Rational(8).to_r # => (8/1)
このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ
to_r -> Rational[permalink][rdoc][edit]
self を返します。
self を返します。
p Rational(3, 4).to_r # => (3/4)
p Rational(8).to_r # => (8/1)