# File lib/factory_girl.rb, line 19
19: def Factory (name, attrs = {})
20:   Factory.default_strategy(name, attrs)
21: end