зеркало из https://github.com/github/ruby.git
[DOC] Improved documentation. (#8319)
This commit is contained in:
Родитель
cfae3ed422
Коммит
f0b43597ff
|
@ -2181,8 +2181,8 @@ rb_io_buffer_initialize_copy(VALUE self, VALUE source)
|
|||
* call-seq:
|
||||
* copy(source, [offset, [length, [source_offset]]]) -> size
|
||||
*
|
||||
* Efficiently copy buffer from a source IO::Buffer into the buffer,
|
||||
* at +offset+ using +memcpy+. For copying String instances, see #set_string.
|
||||
* Efficiently copy from a source IO::Buffer into the buffer, at +offset+
|
||||
* using +memcpy+. For copying String instances, see #set_string.
|
||||
*
|
||||
* buffer = IO::Buffer.new(32)
|
||||
* # =>
|
||||
|
|
Загрузка…
Ссылка в новой задаче