= private = protected
positive?()
Returns true if rat is greater than 0.
static VALUE nurat_positive_p(VALUE self) { get_dat1(self); return f_boolcast(INT_POSITIVE_P(dat->num)); }