Skip to content

Commit 7ced2c8

Browse files
committed
[DOC] Add missing opts argument to IO.binwrite
1 parent d3c770d commit 7ced2c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12492,7 +12492,7 @@ rb_io_s_write(int argc, VALUE *argv, VALUE io)
1249212492

1249312493
/*
1249412494
* call-seq:
12495-
* IO.binwrite(path, string, offset = 0) -> integer
12495+
* IO.binwrite(path, string, offset = 0, **opts) -> integer
1249612496
*
1249712497
* Behaves like IO.write, except that the stream is opened in binary mode
1249812498
* with ASCII-8BIT encoding.

0 commit comments

Comments
 (0)