未验证 提交 63d1bf95 编写于 作者: R Ryuta Kamizono 提交者: GitHub

Merge pull request #31274 from dixitp012/correct_output_for_upcase

[ci skip] Correct output for Upcase
......@@ -12,7 +12,7 @@ class String
# class. If the proxy class doesn't respond to a certain method, it's forwarded to the encapsulated string.
#
# >> "lj".upcase
# => "lj"
# => "LJ"
# >> "lj".mb_chars.upcase.to_s
# => "LJ"
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册