method
match_platform
v2_6_3 -
Show latest stable
- Class:
Bundler::MatchPlatform
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