# File lib/factory_girl/attribute_list.rb, line 5 def initialize(name = nil) @name = name @attributes = [] end