[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
parent 3fc1495c30
commit 5840b4363f
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-10-09 01:31:26 +00:00

View File

@ -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.