module Gem

def match_gem?(platform, gem_name)

def match_gem?(platform, gem_name)
  match_platforms?(platform, Gem.platforms)
end