Ruby 3.4 リファレンスマニュアル
Ruby 3.4 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
NilClassクラス
to_r
instance method NilClass#to_r
to_r -> Rational
Ruby 1.9.3 から
[
permalink
][
rdoc
][
edit
]
0/1 を返します。
例
p
nil
.
to_r
# => (0/1)