FalseClass

The false class. false is the only instance of the FalseClass class. false, like nil, denotes a FALSE condition, while all other objects are TRUE.

Superclass

Methods

self & other

Always returns FALSE.

self | other
self ^ other

If other is TRUE, returns TRUE. If FALSE, returns FALSE.