FalseClass

false 的类。false 是 FalseClass 唯一的实例。false 和 nil 一样,是用来表明伪的对象,其余所有的对象都表示真。

超类

方法

self & other

总是返回 false。

self | other
self ^ other

如果 other 为真,返回 true,否则返回 false。