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

ruby-changes:49165

From: kazu <ko1@a...>
Date: Fri, 15 Dec 2017 20:52:46 +0900 (JST)
Subject: [ruby-changes:49165] kazu:r61281 (trunk): [DOC] `IO.new` accepts `external_encoding`

kazu	2017-12-15 20:52:41 +0900 (Fri, 15 Dec 2017)

  New Revision: 61281

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61281

  Log:
    [DOC] `IO.new` accepts `external_encoding`
    
    Revert part of r61278 [Bug #13655]
    [ci skip]

  Modified files:
    trunk/io.c
Index: io.c
===================================================================
--- io.c	(revision 61280)
+++ io.c	(revision 61281)
@@ -8043,6 +8043,9 @@ rb_io_make_open_file(VALUE obj) https://github.com/ruby/ruby/blob/trunk/io.c#L8043
  *    Specifies file open flags as integer.
  *    If +mode+ parameter is given, this parameter will be bitwise-ORed.
  *
+ *  :\external_encoding ::
+ *    External encoding for the IO.
+ *
  *  :\internal_encoding ::
  *    Internal encoding for the IO.  "-" is a synonym for the default internal
  *    encoding.

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

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