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