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