# File lib/rspec/core/formatters/base_text_formatter.rb, line 110 def grey(text) color(text, "\e[90m") end