# File lib/rspec/core/formatters/base_text_formatter.rb, line 103
        def bold(text)
          color(text, "\e[1m")
        end