[ci skip]Fix return type on RbConfig.fire_update!
This commit is contained in:
parent
be76e86e69
commit
b2041c8b70
Notes:
git
2020-03-21 16:38:27 +09:00
@ -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+.
|
||||
|
Loading…
x
Reference in New Issue
Block a user