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