summaryrefslogtreecommitdiff
path: root/io_buffer.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-18 19:51:16 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-18 20:17:44 +0900
commit835f1461f7d34941c8163650eb94965533eba029 (patch)
treea8aaeae1c4aaca79e2d7bda39d0d8adf45d5c6a9 /io_buffer.c
parente9b0b6015ea393af9771ca23f7493c388ef17858 (diff)
[DOC] Add document of IO::Buffer#hexdump
Diffstat (limited to 'io_buffer.c')
-rw-r--r--io_buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_buffer.c b/io_buffer.c
index c51d7d524c..79f686422d 100644
--- a/io_buffer.c
+++ b/io_buffer.c
@@ -865,6 +865,7 @@ io_buffer_hexdump(VALUE string, size_t width, char *base, size_t size, int first
return string;
}
+/* Returns hexadecimal dump string */
static VALUE
rb_io_buffer_hexdump(VALUE self)
{