mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
3cd3d25dde
commit
52fb0a2932
Notes:
git
2021-04-05 11:48:13 +09:00
1 changed files with 0 additions and 2 deletions
2
io.c
2
io.c
|
@ -4147,9 +4147,7 @@ rb_io_each_char(VALUE io)
|
|||
/*
|
||||
* call-seq:
|
||||
* ios.each_codepoint {|c| block } -> ios
|
||||
* ios.codepoints {|c| block } -> ios
|
||||
* ios.each_codepoint -> an_enumerator
|
||||
* ios.codepoints -> an_enumerator
|
||||
*
|
||||
* Passes the Integer ordinal of each character in <i>ios</i>,
|
||||
* passing the codepoint as an argument. The stream must be opened for
|
||||
|
|
Loading…
Add table
Reference in a new issue