Method: Bundler::MatchPlatform#match_platform

Defined in:
lib/bundler/match_platform.rb

#match_platform(p) ⇒ Object

[View source]

9
10
11
# File 'lib/bundler/match_platform.rb', line 9

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