[DOC] What's Here for String#append_as_bytes
String#append_as_bytes was newly introduced in #11552.
This commit is contained in:
parent
a723d48081
commit
1adcc41b94
Notes:
git
2024-09-10 19:39:12 +00:00
@ -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_
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user