# File lib/arrayfields.rb, line 152
    def each_pair
      each_with_index do |elem, i|
        yield @fieldset.fields[i], elem
      end
    end