# File lib/bundler/remote_specification.rb, line 68 def sort_obj [@name, @version, @platform == Gem::Platform::RUBY ? -1 : 1] end