lib/nanoc/cli/cleaning_stream.rb in nanoc-4.0.0b2 vs lib/nanoc/cli/cleaning_stream.rb in nanoc-4.0.0b3
- old
+ new
@@ -1,6 +1,4 @@
-# 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