summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-03-02 14:53:18 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-03-02 16:05:44 +0900
commit761528e8aa7c54ec92c90335fe26a584b992918b (patch)
treebbd5778339d35a7496d67dad385babd68eba5d69 /ext
parentf5c904c2a907013e22ff74bc3686952c5448d493 (diff)
Add `#write` and `#binwrite` to IO section [ci skip]
Diffstat (limited to 'ext')
-rw-r--r--ext/pathname/pathname.c2
1 files changed, 2 insertions, 0 deletions
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
*