lib/nanoc/cli/logger.rb in nanoc-3.8.0 vs lib/nanoc/cli/logger.rb in nanoc-4.0.0a1

- old
+ new

@@ -3,9 +3,11 @@ require 'singleton' module Nanoc::CLI # Nanoc::CLI::Logger is a singleton class responsible for generating # feedback in the terminal. + # + # @api private class Logger # Maps actions (`:create`, `:update`, `:identical`, `:skip` and `:delete`) # onto their ANSI color codes. ACTION_COLORS = { create: "\e[32m", # green