# File lib/rubygems/doc_manager.rb, line 78
    def install_rdoc
      say "Installing RDoc documentation for #{@spec.full_name}..."
      run_rdoc '--op', File.join(@doc_dir, 'rdoc')
    end