lib/console/output/encoder.rb in console-1.21.0 vs lib/console/output/encoder.rb in console-1.22.0
- old
+ new
@@ -3,9 +3,10 @@
# Released under the MIT License.
# Copyright, 2023, by Samuel Williams.
module Console
module Output
+ # @deprecated With no replacement.
class Encoder
def initialize(output, encoding = ::Encoding::UTF_8)
@output = output
@encoding = encoding
end