Flowdock
nil?() public

call_seq:

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

Only the object nil responds true to nil?.

Show source
Register or log in to add new notes.