class Gem::Specification

def self.uniq_by(list, &block) # :nodoc:

:nodoc:
def self.uniq_by(list, &block) # :nodoc:
  list.uniq(&block)
end