Flowdock
nil?() public

Only the object nil responds true to nil?.

Object.new.nil?   #=> false
nil.nil?          #=> true
Show source
Register or log in to add new notes.