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