summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-11-10 19:06:49 +0900
committergit <svn-admin@ruby-lang.org>2025-11-10 10:12:10 +0000
commit9720d499ffc6b1990b6f80cff072c3380e02d10d (patch)
tree6eedcb2cad6361deed049ab67ac2a84f7b6111f2
parentdf9b8fdb16269ca2dde62eab81767c1f81a5cc63 (diff)
[ruby/zlib] [DOC] Missing documents
https://github.com/ruby/zlib/commit/25355bc1dc
-rw-r--r--ext/zlib/zlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index d019891afe..7e319cae0d 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -1456,6 +1456,7 @@ rb_zstream_finish(VALUE obj)
* call-seq:
* flush_next_in -> input
*
+ * Flushes input buffer and returns all data in that buffer.
*/
static VALUE
rb_zstream_flush_next_in(VALUE obj)