# File lib/bundler/rubygems_ext.rb, line 222 def match_platform(p) Gem::Platform::RUBY == platform or platform.nil? or p == platform or generic(Gem::Platform.new(platform)) == p end