# File lib/dbi/row.rb, line 92 92: def to_h 93: hash = {} 94: each_with_name{ |v, n| hash[n] = v} 95: hash 96: end