diff options
-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 * |