class Gem::Platform

def self.match(platform)

def self.match(platform)
  match_platforms?(platform, Gem.platforms)
end