# File lib/factory_girl/association_runner.rb, line 26
      def strategy
        if strategy_is_object?
          @name_or_object
        else
          strategy_name_to_object
        end
      end