# File lib/dbi/row.rb, line 80 80: def each_with_name 81: @arr.each_with_index do |v, i| 82: yield v, @column_names[i] 83: end 84: end