[DOC] Tweaks for String#center

This commit is contained in:
BurdetteLamar 2025-07-07 14:28:27 -05:00 committed by Peter Zhu
parent 9e4157a01c
commit 14971e75ce
3 changed files with 14 additions and 12 deletions

View file

@ -11117,8 +11117,6 @@ rb_str_rjust(int argc, VALUE *argv, VALUE str)
*
* :include: doc/string/center.rdoc
*
* Related: String#ljust, String#rjust.
*
*/
static VALUE