mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Tweaks for String#each_char
This commit is contained in:
parent
41149a96ef
commit
cd9b74638c
2 changed files with 19 additions and 14 deletions
2
string.c
2
string.c
|
@ -9798,7 +9798,7 @@ rb_str_enumerate_chars(VALUE str, VALUE ary)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* each_char {|c| ... } -> self
|
||||
* each_char {|char| ... } -> self
|
||||
* each_char -> enumerator
|
||||
*
|
||||
* :include: doc/string/each_char.rdoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue