From b2041c8b709ba56774005340a4bd2096f4c119aa Mon Sep 17 00:00:00 2001 From: taki Date: Sat, 21 Mar 2020 09:22:11 +0900 Subject: [ci skip]Fix return type on RbConfig.fire_update! --- tool/mkconfig.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index 038fbf6428..c0aced8686 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -333,8 +333,8 @@ print < 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 v1.2.3