NilClass
class NilClass
The class of the singleton object nil
.
Public Instance Methods
false & obj → false Show source
nil & obj → false
And—Returns false
. obj is always evaluated as it is the argument to a method call—there is no short-circuit evaluation in this case.