diff options
author | Tanaka Akira <[email protected]> | 2021-10-25 12:25:13 +0900 |
---|---|---|
committer | Tanaka Akira <[email protected]> | 2021-10-25 12:25:13 +0900 |
commit | b74f9d656a028430d942fb609f79c4027f0549fa () | |
tree | 01a2040a8382b55f02d153f8f9f3cb3e41044b61 /pack.rb | |
parent | 66d09501c2476c55664135209e657477a626afb6 (diff) |
add example for buffer: argument of pack.
-rw-r--r-- | pack.rb | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -33,6 +33,16 @@ class Array # the offset, the rest of <i>offsetOfBuffer</i> are overwritten by the result. # If it's shorter, the gap is filled with ``<code>\0</code>''. # # Note that ``buffer:'' option does not guarantee not to allocate memory # in +pack+. If the capacity of <i>aBufferString</i> is not enough, # +pack+ allocates memory. |