find_all(dep)
Finds all gems matching dep in this set.
# File lib/rubygems/test_case.rb, line 1395 def find_all(dep) @specs.find_all { |s| dep.match? s, @prerelease } end