Nil

The class has only one instance: nil. It is a special value that means nothing. Instance variables are initialized with this value and some methods such as search functions can return nil when an object is not found.

The nil value understands no message except:

Instance Methods