/* * call-seq: * dtable.each_column{|col| } * * Iterates over all columns and executes the given block */ VALUE dtable_each_column(VALUE ary){