Ruby Programming/Reference/Objects/TrueClass
< Ruby Programming | Reference | Objects
Jump to navigation
Jump to search
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)