Ruby 4.0 リファレンスマニュアル

instance method NilClass#to_r

to_r -> RationalRuby 1.9.3 から[permalink][rdoc][edit]

0/1 を返します。

p nil.to_r # => (0/1)