# File lib/nanoc/cli/commands/watch.rb, line 109
      def notify(message)
        return if tool.nil?
        send(tool.tr('-', '_'), message)
      end