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