Skip to content

Commit

Permalink
[DOC] Add document of IO::Buffer#hexdump
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 18, 2023
1 parent e9b0b60 commit 835f146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io_buffer.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit 835f146

Please sign in to comment.