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

instance method NilClass#to_c

to_c -> ComplexRuby 1.9.3 から[permalink][rdoc][edit]

0+0i を返します。

p nil.to_c # => (0+0i)