From 761528e8aa7c54ec92c90335fe26a584b992918b Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Mon, 2 Mar 2020 14:53:18 +0900 Subject: Add `#write` and `#binwrite` to IO section [ci skip] --- ext/pathname/pathname.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/pathname/pathname.c b/ext/pathname/pathname.c index ac0ab91987..f71cec1b25 100644 --- a/ext/pathname/pathname.c +++ b/ext/pathname/pathname.c @@ -1489,6 +1489,8 @@ path_f_pathname(VALUE self, VALUE str) * - #binread(*args) * - #readlines(*args) * - #sysopen(*args) + * - #write(*args) + * - #binwrite(*args) * * === Utilities * -- cgit v1.2.3