# File lib/facet/array/combinations.rb, line 85 def each_unique_pair(&yld) each_combination(2,&yld) #self.each_with_index{ |a,i| # self[(i+1)..-1].each{ |b| yield a,b } #} end