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