# File lib/factory_girl/null_object.rb, line 14
      def method_missing(*args)
        nil
      end