# File lib/dm-core/core_ext/array.rb, line 14
  def to_hash
    h = {}
    each { |k,v| h[k] = v }
    h
  end