# File lib/rubygems/version.rb, line 120
  def <=>(other)
    return nil unless self.class === other
    return 1 unless other
    @ints <=> other.ints
  end