> For the complete documentation index, see [llms.txt](https://enls.gitbook.io/rgss-reference-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enls.gitbook.io/rgss-reference-manual/standard-library/built-in-classes/object/trueclass.md).

# 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.
