= private = protected
&(p1)
And—Returns false if obj is nil or false, true otherwise.
static VALUE true_and(VALUE obj, VALUE obj2) { return RTEST(obj2)?Qtrue:Qfalse; }