# File lib/rspec/core/formatters/base_text_formatter.rb, line 119 def blue(text) color(text, "\e[34m") end