# File lib/rubygems/specification.rb, line 634 def sort_obj [@name, @version.to_ints, @new_platform == Gem::Platform::RUBY ? -1 : 1] end