27 28 29 30 31
# File 'lib/mcblocky/logging.rb', line 27 def log_command(message) @@mutex.synchronize do puts "#{CYAN}#{BOLD}/#{message.chomp}#{RESET}" end end