# File lib/rubygems/specification.rb, line 728 def same_attributes?(other) @@attributes.each do |name, default| return false unless self.send(name) == other.send(name) end true end