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