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

ruby-changes:60263

From: Kazuhiro <ko1@a...>
Date: Mon, 2 Mar 2020 16:07:09 +0900 (JST)
Subject: [ruby-changes:60263] 761528e8aa (master): Add `#write` and `#binwrite` to IO section [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=761528e8aa

From 761528e8aa7c54ec92c90335fe26a584b992918b Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Mon, 2 Mar 2020 14:53:18 +0900
Subject: Add `#write` and `#binwrite` to IO section [ci skip]


diff --git a/ext/pathname/pathname.c b/ext/pathname/pathname.c
index ac0ab91..f71cec1 100644
--- a/ext/pathname/pathname.c
+++ b/ext/pathname/pathname.c
@@ -1489,6 +1489,8 @@ path_f_pathname(VALUE self, VALUE str) https://github.com/ruby/ruby/blob/trunk/ext/pathname/pathname.c#L1489
  * - #binread(*args)
  * - #readlines(*args)
  * - #sysopen(*args)
+ * - #write(*args)
+ * - #binwrite(*args)
  *
  * === Utilities
  *
-- 
cgit v0.10.2


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

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