# File lib/factory_girl/factory.rb, line 148 148: def method_missing (name, *args, &block) 149: add_attribute(name, *args, &block) 150: end