# File lib/sshkit/formatters/dot.rb, line 7 def log_command_exit(command) original_output << colorize('.', command.failure? ? :red : :green) end