From b989c7c6ac23f0edb2348b359af9825c39e90bde Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 25 Apr 2022 14:28:39 -0400 Subject: [PATCH] [DOC] Move :nodoc: so rdoc finds `RbConfig.ruby` Rdoc [build] of `master` did not have this method but the reference manual [did]. [build]: https://docs.ruby-lang.org/en/master/RbConfig.html [did]: https://docs.ruby-lang.org/ja/master/class/RbConfig.html#S_RUBY --- tool/mkconfig.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index 6e23af5185..120b90850d 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -340,7 +340,6 @@ print < array @@ -356,7 +355,7 @@ print < ["gcc-8", "gcc-8 -shared"] # # returns updated keys list, or +nil+ if nothing changed. - def RbConfig.fire_update!(key, val, mkconf = MAKEFILE_CONFIG, conf = CONFIG) + def RbConfig.fire_update!(key, val, mkconf = MAKEFILE_CONFIG, conf = CONFIG) # :nodoc: return if mkconf[key] == val mkconf[key] = val keys = [key]