The true class. true is the only instance of the TrueClass class. true is a representative object that denotes a TRUE condition.
Object
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 2 years ago