summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-18 20:22:22 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-19 10:20:40 +0900
commit46085ef970ab50b5e1c7878345a39528823461ac (patch)
tree7dbb9247eacdfb158ccc57888d01bab5686dfe8f /lib
parentce436ff3e3cbd6810d7cf83fedbd2b55995ca0b1 (diff)
[DOC] No ducuments for internal library
Diffstat (limited to 'lib')
-rw-r--r--lib/bundled_gems.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index 55d10e0419..0bb2a7cb62 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -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: