method

uniq_by

uniq_by(list, &block)
private

No documentation available.

# File lib/rubygems/specification.rb, line 794
    def self.uniq_by(list, &block) # :nodoc:
      list.uniq(&block)
    end