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