= private = protected
+(p1)
Performs addition.
static VALUE nucomp_add(VALUE self, VALUE other) { return f_addsub(self, other, f_add, '+'); }