We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c81cba commit 076a21cCopy full SHA for 076a21c
1 file changed
doclib/msgpack/packer.rb
@@ -176,9 +176,19 @@ def size
176
def empty?
177
end
178
179
+ #
180
+ # Returns all data in the buffer as a string, and reset the buffer.
181
182
+ # @return [String]
183
184
+ def full_pack
185
+ end
186
+
187
#
188
# Returns all data in the buffer as a string. Same as buffer.to_str.
189
190
+ # Does not empty the buffer, in most case _full_pack_ is prefered.
191
192
# @return [String]
193
194
def to_str
0 commit comments