[DOC] Improved documentation. (#8319)
This commit is contained in:
parent
cfae3ed422
commit
f0b43597ff
Notes:
git
2023-08-29 11:53:50 +00:00
Merged-By: ioquatix <samuel@codeotaku.com>
@ -2181,8 +2181,8 @@ rb_io_buffer_initialize_copy(VALUE self, VALUE source)
|
|||||||
* call-seq:
|
* call-seq:
|
||||||
* copy(source, [offset, [length, [source_offset]]]) -> size
|
* copy(source, [offset, [length, [source_offset]]]) -> size
|
||||||
*
|
*
|
||||||
* Efficiently copy buffer from a source IO::Buffer into the buffer,
|
* Efficiently copy from a source IO::Buffer into the buffer, at +offset+
|
||||||
* at +offset+ using +memcpy+. For copying String instances, see #set_string.
|
* using +memcpy+. For copying String instances, see #set_string.
|
||||||
*
|
*
|
||||||
* buffer = IO::Buffer.new(32)
|
* buffer = IO::Buffer.new(32)
|
||||||
* # =>
|
* # =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user