diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2025-10-13 17:33:03 +0100 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-10-13 18:14:57 -0400 |
| commit | 25821f3438fda08b54c7ff1702f0c87ffe6e7217 (patch) | |
| tree | 9d7d0f1e6a6501bac9fd1a72de6f13e551059456 /string.c | |
| parent | 53ca9fbb4c9a307379b0647130564f2ef3ad07c7 (diff) | |
[DOC] Tweaks for String#rjust
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11177,7 +11177,7 @@ rb_str_ljust(int argc, VALUE *argv, VALUE str) /* * call-seq: - * rjust(size, pad_string = ' ') -> new_string + * rjust(width, pad_string = ' ') -> new_string * * :include: doc/string/rjust.rdoc * |
