# File lib/factory_girl/attribute_list.rb, line 17
    def each(&block)
      @attributes.each(&block)
    end