# File lib/rspec/core/formatters/base_text_formatter.rb, line 195 def bold(text) color_enabled? ? "\e[1m#{text}\e[0m" : text end