TrueClass

class TrueClass

Parent:
Object

The global value true is the only instance of class TrueClass and represents a logically true value in boolean expressions. The class provides operators allowing true to be used in logical expressions.

Public Instance Methods

true & obj → true or false Show source

And—Returns false if obj is nil or false, true<