diff options
author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-03-02 14:53:18 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-03-02 16:05:44 +0900 |
commit | 761528e8aa7c54ec92c90335fe26a584b992918b (patch) | |
tree | bbd5778339d35a7496d67dad385babd68eba5d69 | |
parent | f5c904c2a907013e22ff74bc3686952c5448d493 (diff) |
Add `#write` and `#binwrite` to IO section [ci skip]
-rw-r--r-- | ext/pathname/pathname.c | 2 |
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 * |