method

nil?

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

call_seq:

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

Only the object nil responds true to nil?.