Jump to content
Wikibooks The Free Textbook Project

Ruby Programming/Reference/Objects/TrueClass

From Wikibooks, open books for an open world
This page may need to be reviewed for quality.

The only instance of TrueClass is true.

Methods:

true & other - Logical AND, without short circuit behavior
true | other - Logical OR, without short circuit behavior
true ^ other - Logical exclusive Or (XOR)

AltStyle によって変換されたページ (->オリジナル) /