File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2525rescue LoadError
2626 warn "`syntax_suggest' was not loaded."
2727end if defined? ( SyntaxSuggest )
28-
Original file line number Diff line number Diff line change 11# -*- frozen-string-literal: true -*-
22
3+ # :stopdoc:
4+ module Gem
5+ end
6+ # :startdoc:
7+
38module Gem ::BUNDLED_GEMS # :nodoc:
49 SINCE = {
510 "racc" => "3.3.0" ,
Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ def RbConfig.ruby
394394 )
395395 end
396396end
397+ # Non-nil if configured for cross compiling.
397398CROSS_COMPILING = nil unless defined? CROSS_COMPILING
398399EOS
399400
Original file line number Diff line number Diff 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
2222options . singleton_class . define_method ( :finish ) do
2323 super ( )
You can’t perform that action at this time.
0 commit comments