# File lib/factory_girl/registry.rb, line 14 def find(name) @items[name.to_sym] or raise ArgumentError.new("Not registered: #{name.to_s}") end