# File lib/dbi/row.rb, line 113
  def each_with_name
    @arr.each_with_index do |v, i|
      yield v, @col_names[i]
    end 
  end