70 71 72
# File 'lib/redisrank/finder.rb', line 70 def each_with_index(&block) all.each_with_index(&block) end