= private = protected
-(p1)
Performs subtraction.
static VALUE nucomp_sub(VALUE self, VALUE other) { return f_addsub(self, other, f_sub, '-'); }