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