# File lib/rubygems/custom_require.rb, line 83
    def find(path)
      @gemspecs.each do |spec|
        return spec if matching_file(spec, path)
      end
      nil
    end