Method: Gem::Platform.match

Defined in:
lib/rubygems/platform.rb

.match(platform) ⇒ Object



24
25
26
# File 'lib/rubygems/platform.rb', line 24

def self.match(platform)
  match_platforms?(platform, Gem.platforms)
end