Not found
The exact documentation you were looking for could not be found. Here is the best guess.
&(p1)
public
And—Returns false if obj is nil or false, true otherwise.
Show source
static VALUE
true_and(VALUE obj, VALUE obj2)
{
return RTEST(obj2)?Qtrue:Qfalse;
}