summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-01-15 12:09:31 +0900
committerHiroshi SHIBATA <[email protected]>2025-01-15 16:52:56 +0900
commit86575e243eda81a77ce2ede6a39e534eed9a5c3d ()
treea369705b0b0ba2cd2f85047f838b58b59f69c8ef /tool
parent86d871d29cda15810d9d60dc1b94a07e9530e0cb (diff)
Use rdoc provided by bundled gems for generating ruby documentation
Notes: Merged: https://.com/ruby/ruby/pull/12577
-rw-r--r--tool/lib/bundled_gem.rb3
-rwxr-xr-xtool/rdoc-srcdir3
2 files changed, 4 insertions, 2 deletions
@@ -12,7 +12,8 @@ module BundledGem
"singleton", # prime
"ipaddr", # rinda
"forwardable", # prime, rinda
- "strscan" # rexml
]
module_function
@@ -1,6 +1,7 @@
#!ruby -W0
-$:.unshift(File.expand_path("../lib", __dir__))
require 'rdoc/rdoc'
# Make only the output directory relative to the invoked directory.