lib/nanoc/cli/cleaning_stream.rb in nanoc-4.3.5 vs lib/nanoc/cli/cleaning_stream.rb in nanoc-4.3.6

- old
+ new

@@ -54,9 +54,14 @@ # @see IO#tty? def tty? @cached_is_tty ||= @stream.tty? end + # @see IO#isatty + def isatty + tty? + end + # @see IO#flush def flush _nanoc_swallow_broken_pipe_errors_while do @stream.flush end