Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > NilClassクラス > to_c
to_c -> Complex
0+0i を返します。
例:
nil.to_c # => (0+0i)