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