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