# File lib/core/facets/array/each_pair.rb, line 6
  def each_pair #:yield:
    each_with_index {|e, i| yield(i,e) }
  end