= private = protected
&(p1)
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.
static VALUE false_and(VALUE obj, VALUE obj2) { return Qfalse; }