# File lib/rubygems/specification.rb, line 534 def <=>(other) [@name, @version] <=> [other.name, other.version] end