# File lib/factory_girl/registry.rb, line 9 def add(item) item.names.each { |name| add_as(name, item) } item end