Skip to content

Commit 557eec7

Browse files
committed
[DOC] Update missing docs
1 parent 286a8ee commit 557eec7

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

gem_prelude.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
rescue LoadError
2626
warn "`syntax_suggest' was not loaded."
2727
end if defined?(SyntaxSuggest)
28-

lib/bundled_gems.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# -*- frozen-string-literal: true -*-
22

3+
# :stopdoc:
4+
module Gem
5+
end
6+
# :startdoc:
7+
38
module Gem::BUNDLED_GEMS # :nodoc:
49
SINCE = {
510
"racc" => "3.3.0",

tool/mkconfig.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ def RbConfig.ruby
394394
)
395395
end
396396
end
397+
# Non-nil if configured for cross compiling.
397398
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
398399
EOS
399400

tool/rdoc-srcdir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ options.title = options.title.sub(/Ruby \K.*version/) {
1717
.sort # "MAJOR" < "MINOR", fortunately
1818
.to_h.values.join(".")
1919
}
20-
options.parse ARGV
20+
options.parse ARGV + ["#{invoked}/rbconfig.rb"]
2121

2222
options.singleton_class.define_method(:finish) do
2323
super()

0 commit comments

Comments
 (0)