Method: Gem::Platform.match

Defined in:
lib/rubygems/platform.rb

.match(platform) ⇒ Object



20
21
22
# File 'lib/rubygems/platform.rb', line 20

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