class Gem::NameTuple

def match_platform?

def match_platform?
  Gem::Platform.match_gem? @platform, @name
end