TrueClass

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

Superclass

  • Object

Methods

self & other

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

self | other

Normally returns TRUE.

self ^ other

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

Last updated