1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ci skip]Fix return type on RbConfig.fire_update!

This commit is contained in:
taki 2020-03-21 09:22:11 +09:00 committed by Nobuyoshi Nakada
parent be76e86e69
commit b2041c8b70
Notes: git 2020-03-21 16:38:27 +09:00

View file

@ -333,8 +333,8 @@ print <<EOS
# :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+.