[Doc] Drop signature around removed IO#codepoints

Follow 43b95bafd5
This commit is contained in:
Kenichi Kamiya 2021-03-24 23:14:10 +09:00 коммит произвёл Hiroshi SHIBATA
Родитель 3cd3d25dde
Коммит 52fb0a2932
1 изменённых файлов: 0 добавлений и 2 удалений

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