= private = protected
negative?()
Returns true if rat is less than 0.
static VALUE nurat_negative_p(VALUE self) { get_dat1(self); return f_boolcast(INT_NEGATIVE_P(dat->num)); }