# File lib/factory_girl/proxy.rb, line 105
      def object
        @object ||= @klass.new
        assign_object_attributes
        @object
      end