TrueClass

The true class. true is the only instance of the TrueClass class. true is a representative object that denotes a TRUE condition.

Superclass

Methods

self & other

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

self | other

Always returns TRUE.

self ^ other

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