module Bundler::MatchPlatform

def match_platform(p)

def match_platform(p)
  MatchPlatform.platforms_match?(platform, p)
end