# File lib/rspec/core/formatters/base_text_formatter.rb, line 151
        def colorize(text, code_or_symbol)
          "\e[#{color_code_for(code_or_symbol)}m#{text}\e[0m"
        end