# File lib/thinking_sphinx/index/builder.rb, line 167
      def join(*args)
        args.each do |association|
          Join.new(source, association)
        end
      end