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 *