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