# File lib/rubygems/specification.rb, line 387 def lib_files @files.select do |file| require_paths.any? do |path| file.index(path) == 0 end end end