[DOC] What's Here for String#append_as_bytes

String#append_as_bytes was newly introduced in #11552.
This commit is contained in:
Peter Zhu 2024-09-10 13:15:49 -04:00
parent a723d48081
commit 1adcc41b94
Notes: git 2024-09-10 19:39:12 +00:00

View File

@ -382,6 +382,8 @@
#
# - #insert: Returns +self+ with a given string inserted at a given offset.
# - #<<: Returns +self+ concatenated with a given string or integer.
# - #append_as_bytes: Returns +self+ concatenated with strings without performing any
# encoding validation or conversion.
#
# _Substitution_
#