[DOC] Use the recent RDoc always to generate the doc of ruby itself

This commit is contained in:
Nobuyoshi Nakada 2024-10-09 10:05:19 +09:00
Родитель 3fc1495c30
Коммит 5840b4363f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3582D74E1FEE4465
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,6 @@
#!ruby
#!ruby -W0
$:.unshift(File.expand_path("../lib", __dir__))
require 'rdoc/rdoc'
# Make only the output directory relative to the invoked directory.