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:
parent
be76e86e69
commit
b2041c8b70
Notes:
git
2020-03-21 16:38:27 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue