lib/nanoc/cli/cleaning_stream.rb in nanoc-3.8.0 vs lib/nanoc/cli/cleaning_stream.rb in nanoc-4.0.0a1
- old
+ new
@@ -1,9 +1,11 @@
# encoding: utf-8
module Nanoc::CLI
# An output stream that passes output through stream cleaners. This can be
# used to strip ANSI color sequences, for instance.
+ #
+ # @api private
class CleaningStream
# @param [IO, StringIO] stream The stream to wrap
def initialize(stream)
@stream = stream
@stream_cleaners = []