[DOC] No ducuments for internal library

This commit is contained in:
Nobuyoshi Nakada 2023-12-18 20:22:22 +09:00 committed by Hiroshi SHIBATA
parent ce436ff3e3
commit 46085ef970

View File

@ -1,3 +1,7 @@
# -*- frozen-string-literal: true -*-
# :stopdoc:
module Gem::BUNDLED_GEMS
SINCE = {
"rexml" => "3.0.0",
@ -169,3 +173,5 @@ class LoadError
super
end
end
# :startdoc: