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