method

match_platform

ruby latest stable - Class: Bundler::MatchPlatform

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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