/*
 *  call-seq:
 *    dtable.each_row{|row| }
 *
 *  Iterates over all rows and executes the given block
 */ VALUE dtable_each_row(VALUE ary){