method

match_platform

match_platform(p)
public

No documentation available.

# File lib/bundler/match_platform.rb, line 9
    def match_platform(p)
      MatchPlatform.platforms_match?(platform, p)
    end