summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Kamiya <kachick1@gmail.com>2021-03-24 23:14:10 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-05 11:47:42 +0900
commit52fb0a293228b6236cfc49195028b944f8b12c25 (patch)
treec4dd0c772d891ee5ce04842d46fe3b940f9cfaa7
parent3cd3d25dde87b5afec30881ec72cedf92216155f (diff)
[Doc] Drop signature around removed IO#codepoints
Follow 43b95bafd57d04c8fb401d3a9b52aca3f5b4b0be
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4320
-rw-r--r--io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/io.c b/io.c
index ee792f4c9c..1119255cca 100644
--- a/io.c
+++ b/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