转至内容

Ruby 编程/参考/对象/FalseClass

来自维基教科书,面向开放世界的开放书籍

FalseClass 的唯一实例是 false。

方法

false & other - Logical AND, without short circuit behavior
false | other - Logical OR, without short circuit behavior
false ^ other - Exclusive Or (XOR)
华夏公益教科书