/* * call-seq: * Dtable.new(num_cols, num_rows) -> a_dtable * * Returns a new Dtable with the requested dimensions. */ VALUE dtable_initialize(int argc, VALUE *argv, VALUE ary) {