/* * call-seq: * dtable.neg! -> dtable * * Replace each entry x of _dtable_ with -x. */ VALUE dtable_neg_bang(VALUE ary) {