# File lib/dbi/row.rb, line 58
  def to_h
    hash = {}
    each_with_name {|v, n| hash[n] = v}
    hash
  end