[DOC] Add document of IO::Buffer#hexdump

This commit is contained in:
Nobuyoshi Nakada 2023-12-18 19:51:16 +09:00
parent e9b0b6015e
commit 835f1461f7
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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)
{