method
ceil
ceil()
public
Hide source
static VALUE nurat_ceil(VALUE self) { get_dat1(self); return f_negate(f_idiv(f_negate(dat->num), dat->den)); }