class Gem::Platform

def self.sort_priority(platform)

def self.sort_priority(platform)
  platform == Gem::Platform::RUBY ? -1 : 1
end