# File lib/wirble.rb, line 318
      def self.escape(key)
        COLORS.key?(key) && "\033[#{COLORS[key]}m"
      end