# File lib/core/facets/array/to_h.rb, line 12
  def to_h
    h = {}
    each{ |(k,v)| h[k] = v }
    h
  end