[前][次][番号順一覧][スレッド一覧]

ruby-changes:65781

From: Kenichi <ko1@a...>
Date: Mon, 5 Apr 2021 11:48:05 +0900 (JST)
Subject: [ruby-changes:65781] 52fb0a2932 (master): [Doc] Drop signature around removed IO#codepoints

https://git.ruby-lang.org/ruby.git/commit/?id=52fb0a2932

From 52fb0a293228b6236cfc49195028b944f8b12c25 Mon Sep 17 00:00:00 2001
From: Kenichi Kamiya <kachick1@g...>
Date: Wed, 24 Mar 2021 23:14:10 +0900
Subject: [Doc] Drop signature around removed IO#codepoints

Follow 43b95bafd57d04c8fb401d3a9b52aca3f5b4b0be
---
 io.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/io.c b/io.c
index ee792f4..1119255 100644
--- a/io.c
+++ b/io.c
@@ -4147,9 +4147,7 @@ rb_io_each_char(VALUE io) https://github.com/ruby/ruby/blob/trunk/io.c#L4147
 /*
  *  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
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]