# File lib/rubygems/specification.rb, line 441 def self.find_by_path path self.find { |spec| spec.contains_requirable_file? path } end