select_local_platforms(specs)
Returns the gems in specs that match the local platform.
# File lib/rubygems/resolver.rb, line 219 def select_local_platforms specs # :nodoc: specs.select do |spec| Gem::Platform.installable? spec end end