/* * call-seq: * dtable.column(int) -> a_dvec * * Creates a Dvector holding a copy of the contents of the requested column. */ VALUE dtable_column(VALUE ary, VALUE column_num) {