mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Tweaks for String#center
This commit is contained in:
parent
9e4157a01c
commit
14971e75ce
3 changed files with 14 additions and 12 deletions
2
string.c
2
string.c
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue