# File lib/arrayfields.rb, line 16
      def index(list)
        index = list.dup
      ensure
        index.fields = list
      end