Jump to content
Wikibooks The Free Textbook Project

Ruby Programming/Reference/Objects/FalseClass

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

The only instance of FalseClass is false.

Methods:

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

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