Method: ByteBuffer::Buffer#update
- Defined in:
- ext/byte_buffer_ext/byte_buffer.c
#update ⇒ Object
36 |
# File 'ext/byte_buffer_ext/byte_buffer.c', line 36
static VALUE rb_byte_buffer_update(VALUE self, VALUE location, VALUE bytes);
|