[feature] Node#write_to
and friends should accept Encoding
objects for :encoding
kwargs
#2774
Labels
Node#write_to
and friends should accept Encoding
objects for :encoding
kwargs
#2774
Currently these methods accept an
:encoding
arg, whose value is the name of the encoding:When passing in an
Encoding
object, though, we get an error:We should handle
Encoding
objects wherever we accept encoding name strings.The text was updated successfully, but these errors were encountered: