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