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

  • Object

Methods

self & other

Normally returns FALSE.

self | otherself ^ other

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

Last updated