[前][次][番号順一覧][スレッド一覧]

ruby-changes:60461

From: taki <ko1@a...>
Date: Sat, 21 Mar 2020 16:38:20 +0900 (JST)
Subject: [ruby-changes:60461] b2041c8b70 (master): [ci skip]Fix return type on RbConfig.fire_update!

https://git.ruby-lang.org/ruby.git/commit/?id=b2041c8b70

From b2041c8b709ba56774005340a4bd2096f4c119aa Mon Sep 17 00:00:00 2001
From: taki <taki@u...>
Date: Sat, 21 Mar 2020 09:22:11 +0900
Subject: [ci skip]Fix return type on RbConfig.fire_update!


diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index 038fbf6..c0aced8 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -333,8 +333,8 @@ print <<EOS https://github.com/ruby/ruby/blob/trunk/tool/mkconfig.rb#L333
   # :nodoc:
   # call-seq:
   #
-  #   RbConfig.fire_update!(key, val)               -> string
-  #   RbConfig.fire_update!(key, val, mkconf, conf) -> string
+  #   RbConfig.fire_update!(key, val)               -> array
+  #   RbConfig.fire_update!(key, val, mkconf, conf) -> array
   #
   # updates +key+ in +mkconf+ with +val+, and all values depending on
   # the +key+ in +mkconf+.
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]