method

nil?

v1_8_6_287 - Show latest stable - Class: Object
nil?()
public

call_seq:

  nil.nil?               => true
  <anything_else>.nil?   => false

Only the object nil responds true to nil?.