diff options
| author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2025-08-26 13:23:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-26 14:23:33 -0400 |
| commit | bb9116281ba8bc9e9d1bf0c72e75bea79cf0f89b (patch) | |
| tree | 312ccbb8d80dc7696c1512bf833c324c0bf9932c /string.c | |
| parent | d113bc5a6d5eb553f076a2f5dfdc974e63ea78da (diff) | |
[DOC] Tweaks for String#ljust
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -11075,12 +11075,10 @@ rb_str_justify(int argc, VALUE *argv, VALUE str, char jflag) /* * call-seq: - * ljust(size, pad_string = ' ') -> new_string + * ljust(width, pad_string = ' ') -> new_string * * :include: doc/string/ljust.rdoc * - * Related: String#rjust, String#center. - * */ static VALUE |
