/* * call-seq: * dtable.neg -> a_dtable * * Returns of copy of _dtable_ with each entry x replaced by -x. */ VALUE dtable_neg(VALUE ary) {