# File lib/rubygems/gem_path_searcher.rb, line 158
  def lib_dirs_for(spec)
    "#{spec.full_gem_path}/{#{spec.require_paths.join(',')}}" if
      spec.require_paths
  end