/* * call-seq: * dtable.ceil! -> dtable * * Replace each entry x of _dtable_ with the smallest integer not less than x. */ VALUE dtable_ceil_bang(VALUE ary) {