# File lib/extlib/array.rb, line 16
  def to_hash
    h = {}
    each { |k,v| h[k] = v }
    h
  end