instance method NilClass#nil?

nil? -> bool[permalink][rdoc]

常に true を返します。

例:

nil.nil?   # => true