Closed Lewiscowles1986 closed 3 years ago
Changes error message if outbuf is frozen.
outbuf
This will not fix internal changing of outbuf to "" (frozen string), but is for notifying consumers of the library about requirements for the arg (if supplied as non-nil)
Doesn't outbuf.replace("") fail immediately if outbuf is frozen? Is there any point for us to do this explicitly?
outbuf.replace("")
I Closed this before the comment. This one is sunk.
Description
Changes error message if
outbuf
is frozen.This will not fix internal changing of outbuf to "" (frozen string), but is for notifying consumers of the library about requirements for the arg (if supplied as non-nil)
Types of Changes
Testing